Html Css Color HEX #267EDE Dodger Blue

📋 copy color: '#267EDE'

red 38 ◦ green 126 ◦ blue 222

#267EDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #267EDE

Tints of Dodger Blue #267EDE

RGB

 RED value IS 38 (15.23% from 255) = 9.84%

 GREEN value IS 126 (49.61% from 255) = 32.64%

 BLUE value IS 222 (87.11% from 255) = 57.51%

R = 9.84%
G = 32.64%
B = 57.51%

CMYK

 C value IS 0.83

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#267EDE (or 0x267EDE) is known color: Dodger Blue. HEX triplet: 26, 7E and DE. RGB value is (38,126,222). Sum of RGB (Red+Green+Blue) = 38+126+222=386 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.84% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 222 (87.11% from 255 or 57.51% from 386); Max value from RGB is 222 - color contains mainly: blue. Hex color #267EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267EDE is #D98121. Grayscale: #6E6E6E. Windows color (decimal): -14254370 or 14581286. OLE color: 14581286.

HSL color Cylindrical-coordinate representation of color #267EDE: hue angle of 211.3º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #267EDE is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 38 126 222 -
CMYK 0.83 0.43 0 0.13
HSL 211.3º 0.74% 0.51% -
HSV(B) 211.3º 0.83% 0.87% -
XYZ 21.45 20.61 71.95 -
YUV 110.63 190.85 76.19 -
System Red Green Blue C M Y K H S L
Decimal 38 126 222 0.83 0.43 0 0.13 211.3 0.74 0.51
Hex 26 7E DE 53 2B 0 D D3 4A 33
Octal 46 176 336 123 53 0 15 323 112 63
Binary 100110 1111110 11011110 1010011 101011 0 1101 11010011 1001010 110011

Color Harmonies of #267EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267EDE

Black with #267EDE

Text Example


Text Example

White with #267EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,126,222); }

 H1.HeaderClassName
 {
   color: #267EDE;
 }
 .AnyTagClassName
 {
   color: #267EDE;
 }
</style>

background-color css

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

 a { background-color: rgb(38,126,222); }

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

border-color css

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

 span { border-color: rgb(38,126,222); }

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