Html Css Color HEX #097CEA Dodger Blue

📋 copy color: '#097CEA'

red 9 ◦ green 124 ◦ blue 234

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

Shades of Dodger Blue #097CEA

Tints of Dodger Blue #097CEA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.79%

 BLUE value IS 234 (91.8% from 255) = 63.76%

R = 2.45%
G = 33.79%
B = 63.76%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#097CEA (or 0x097CEA) is known color: Dodger Blue. HEX triplet: 09, 7C and EA. RGB value is (9,124,234). Sum of RGB (Red+Green+Blue) = 9+124+234=367 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 234 (91.80% from 255 or 63.76% from 367); Max value from RGB is 234 - color contains mainly: blue. Hex color #097CEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097CEA is #F68315. Grayscale: #656565. Windows color (decimal): -16155414 or 15367177. OLE color: 15367177.

HSL color Cylindrical-coordinate representation of color #097CEA: hue angle of 209.33º 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 #097CEA is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 9 124 234 -
CMYK 0.96 0.47 0 0.08
HSL 209.33º 0.93% 0.48% -
HSV(B) 209.33º 0.96% 0.92% -
XYZ 22.17 20.41 80.61 -
YUV 102.16 202.4 61.56 -
System Red Green Blue C M Y K H S L
Decimal 9 124 234 0.96 0.47 0 0.08 209.33 0.93 0.48
Hex 9 7C EA 60 2F 0 8 D1 5D 30
Octal 11 174 352 140 57 0 10 321 135 60
Binary 1001 1111100 11101010 1100000 101111 0 1000 11010001 1011101 110000

Color Harmonies of #097CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097CEA

Black with #097CEA

Text Example


Text Example

White with #097CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,124,234); }

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

background-color css

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

 a { background-color: rgb(9,124,234); }

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

border-color css

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

 span { border-color: rgb(9,124,234); }

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