Html Css Color HEX #097CEC Dodger Blue

📋 copy color: '#097CEC'

red 9 ◦ green 124 ◦ blue 236

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

Shades of Dodger Blue #097CEC

Tints of Dodger Blue #097CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 63.96%

R = 2.44%
G = 33.6%
B = 63.96%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#097CEC (or 0x097CEC) is known color: Dodger Blue. HEX triplet: 09, 7C and EC. RGB value is (9,124,236). Sum of RGB (Red+Green+Blue) = 9+124+236=369 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.44% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 236 (92.58% from 255 or 63.96% from 369); Max value from RGB is 236 - color contains mainly: blue. Hex color #097CEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097CEC is #F68313. Grayscale: #656565. Windows color (decimal): -16155412 or 15498249. OLE color: 15498249.

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

Color convert

RGB 9 124 236 -
CMYK 0.96 0.47 0 0.07
HSL 209.6º 0.93% 0.48% -
HSV(B) 209.6º 0.96% 0.93% -
XYZ 22.46 20.53 82.14 -
YUV 102.38 203.4 61.39 -
System Red Green Blue C M Y K H S L
Decimal 9 124 236 0.96 0.47 0 0.07 209.6 0.93 0.48
Hex 9 7C EC 60 2F 0 7 D2 5D 30
Octal 11 174 354 140 57 0 7 322 135 60
Binary 1001 1111100 11101100 1100000 101111 0 111 11010010 1011101 110000

Color Harmonies of #097CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097CEC

Black with #097CEC

Text Example


Text Example

White with #097CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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