Html Css Color HEX #267EDF Dodger Blue

📋 copy color: '#267EDF'

red 38 ◦ green 126 ◦ blue 223

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

Shades of Dodger Blue #267EDF

Tints of Dodger Blue #267EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.62%

R = 9.82%
G = 32.56%
B = 57.62%

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

#267EDF (or 0x267EDF) is known color: Dodger Blue. HEX triplet: 26, 7E and DF. RGB value is (38,126,223). Sum of RGB (Red+Green+Blue) = 38+126+223=387 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.82% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #267EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267EDF is #D98120. Grayscale: #6E6E6E. Windows color (decimal): -14254369 or 14646822. OLE color: 14646822.

HSL color Cylindrical-coordinate representation of color #267EDF: hue angle of 211.46º 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 #267EDF is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 38 126 223 -
CMYK 0.83 0.43 0 0.13
HSL 211.46º 0.74% 0.51% -
HSV(B) 211.46º 0.83% 0.87% -
XYZ 21.58 20.66 72.66 -
YUV 110.75 191.35 76.11 -
System Red Green Blue C M Y K H S L
Decimal 38 126 223 0.83 0.43 0 0.13 211.46 0.74 0.51
Hex 26 7E DF 53 2B 0 D D3 4A 33
Octal 46 176 337 123 53 0 15 323 112 63
Binary 100110 1111110 11011111 1010011 101011 0 1101 11010011 1001010 110011

Color Harmonies of #267EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267EDF

Black with #267EDF

Text Example


Text Example

White with #267EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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