Html Css Color HEX #267FDF Dodger Blue

📋 copy color: '#267FDF'

red 38 ◦ green 127 ◦ blue 223

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

Shades of Dodger Blue #267FDF

Tints of Dodger Blue #267FDF

RGB

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

 GREEN value IS 127 (50% from 255) = 32.73%

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

R = 9.79%
G = 32.73%
B = 57.47%

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

#267FDF (or 0x267FDF) is known color: Dodger Blue. HEX triplet: 26, 7F and DF. RGB value is (38,127,223). Sum of RGB (Red+Green+Blue) = 38+127+223=388 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.79% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #267FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267FDF is #D98020. Grayscale: #6E6E6E. Windows color (decimal): -14254113 or 14647078. OLE color: 14647078.

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

Color convert

RGB 38 127 223 -
CMYK 0.83 0.43 0 0.13
HSL 211.14º 0.74% 0.51% -
HSV(B) 211.14º 0.83% 0.87% -
XYZ 21.71 20.92 72.71 -
YUV 111.33 191.01 75.69 -
System Red Green Blue C M Y K H S L
Decimal 38 127 223 0.83 0.43 0 0.13 211.14 0.74 0.51
Hex 26 7F DF 53 2B 0 D D3 4A 33
Octal 46 177 337 123 53 0 15 323 112 63
Binary 100110 1111111 11011111 1010011 101011 0 1101 11010011 1001010 110011

Color Harmonies of #267FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267FDF

Black with #267FDF

Text Example


Text Example

White with #267FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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