Html Css Color HEX #097FEB Dodger Blue

📋 copy color: '#097FEB'

red 9 ◦ green 127 ◦ blue 235

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

Shades of Dodger Blue #097FEB

Tints of Dodger Blue #097FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 63.34%

R = 2.43%
G = 34.23%
B = 63.34%

CMYK

 C value IS 0.96

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#097FEB (or 0x097FEB) is known color: Dodger Blue. HEX triplet: 09, 7F and EB. RGB value is (9,127,235). Sum of RGB (Red+Green+Blue) = 9+127+235=371 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 235 (92.19% from 255 or 63.34% from 371); Max value from RGB is 235 - color contains mainly: blue. Hex color #097FEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097FEB is #F68014. Grayscale: #676767. Windows color (decimal): -16154645 or 15433481. OLE color: 15433481.

HSL color Cylindrical-coordinate representation of color #097FEB: hue angle of 208.67º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097FEB is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 9 127 235 -
CMYK 0.96 0.46 0 0.08
HSL 208.67º 0.93% 0.48% -
HSV(B) 208.67º 0.96% 0.92% -
XYZ 22.7 21.23 81.5 -
YUV 104.03 201.91 60.22 -
System Red Green Blue C M Y K H S L
Decimal 9 127 235 0.96 0.46 0 0.08 208.67 0.93 0.48
Hex 9 7F EB 60 2E 0 8 D1 5D 30
Octal 11 177 353 140 56 0 10 321 135 60
Binary 1001 1111111 11101011 1100000 101110 0 1000 11010001 1011101 110000

Color Harmonies of #097FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097FEB

Black with #097FEB

Text Example


Text Example

White with #097FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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