Html Css Color HEX #097FE8 Dodger Blue

📋 copy color: '#097FE8'

red 9 ◦ green 127 ◦ blue 232

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

Shades of Dodger Blue #097FE8

Tints of Dodger Blue #097FE8

RGB

 RED value IS 9 (3.91% from 255) = 2.45%

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

 BLUE value IS 232 (91.02% from 255) = 63.04%

R = 2.45%
G = 34.51%
B = 63.04%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#097FE8 (or 0x097FE8) is known color: Dodger Blue. HEX triplet: 09, 7F and E8. RGB value is (9,127,232). Sum of RGB (Red+Green+Blue) = 9+127+232=368 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 232 (91.02% from 255 or 63.04% from 368); Max value from RGB is 232 - color contains mainly: blue. Hex color #097FE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097FE8 is #F68017. Grayscale: #676767. Windows color (decimal): -16154648 or 15236873. OLE color: 15236873.

HSL color Cylindrical-coordinate representation of color #097FE8: hue angle of 208.25º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097FE8 is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 9 127 232 -
CMYK 0.96 0.45 0 0.09
HSL 208.25º 0.93% 0.47% -
HSV(B) 208.25º 0.96% 0.91% -
XYZ 22.27 21.06 79.24 -
YUV 103.69 200.41 60.46 -
System Red Green Blue C M Y K H S L
Decimal 9 127 232 0.96 0.45 0 0.09 208.25 0.93 0.47
Hex 9 7F E8 60 2D 0 9 D0 5D 2F
Octal 11 177 350 140 55 0 11 320 135 57
Binary 1001 1111111 11101000 1100000 101101 0 1001 11010000 1011101 101111

Color Harmonies of #097FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097FE8

Black with #097FE8

Text Example


Text Example

White with #097FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097FE8; }

 p { color: rgb(9,127,232); }

 H1.HeaderClassName
 {
   color: #097FE8;
 }
 .AnyTagClassName
 {
   color: #097FE8;
 }
</style>

background-color css

<style>
 a { background-color: #097FE8; }

 a { background-color: rgb(9,127,232); }

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

border-color css

<style>
 span { border-color: #097FE8; }

 span { border-color: rgb(9,127,232); }

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