#267CED

Color #267CED Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #267CED

Tints of Dodger Blue #267CED

Color information

#267CED (or 0x267CED) is unknown color: approx Dodger Blue. HEX triplet: 26, 7C and ED. RGB value is (38,124,237). Sum of RGB (Red+Green+Blue) = 38+124+237=399 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.52% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 237 (92.97% from 255 or 59.40% from 399); Max value from RGB is 237 - color contains mainly: blue. Hex color #267CED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #267CED is #D98312. Grayscale: #6E6E6E. Windows color (decimal): -14254867 or 15563814. OLE color: 15563814.

HSL color Cylindrical-coordinate representation of color #267CED: hue angle of 214.07º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #267CED is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB38124237-
CMYK0.840.4800.07
HSL214.07º84.68%53.92%-
HSV(B)214.07º83.97%92.94%-
XYZ23.2920.9482.94-
YUV111.17199.0175.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 9.52%
GREEN value IS 124 (48.83% from 255) = 31.08%
BLUE value IS 237 (92.97% from 255) = 59.40%
R=9.52%
G=31.08%
B=59.40%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal381242370.840.4800.07214.0784.6853.92
Hex267CED543007d65536
Octal46174355124600732612566
Binary10011011111001110110110101001100000111110101101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267CED; }

 p { color: rgb(38,124,237); }

 H1.HeaderClassName
 {
   color: #267CED;
 }
 .AnyTagClassName
 {
   color: #267CED;
 }
</style>
background-color css

<style>
 a { background-color: #267CED; }

 a { background-color: rgb(38,124,237); }

 div.DivClassName
 {
   background-color: #267CED;
 }
 .BgClassName
 {
   background-color: #267CED;
 }
</style>
border-color css

<style>
 span { border-color: #267CED; }

 span { border-color: rgb(38,124,237); }

 td.TdClassName
 {
   border-color: #267CED;
 }
 .TagClassName
 {
   border-color: #267CED;
 }
</style>