Html Css Color HEX #097DEC Dodger Blue

📋 copy color: '#097DEC'

red 9 ◦ green 125 ◦ blue 236

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

Shades of Dodger Blue #097DEC

Tints of Dodger Blue #097DEC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.78%

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

R = 2.43%
G = 33.78%
B = 63.78%

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

#097DEC (or 0x097DEC) is known color: Dodger Blue. HEX triplet: 09, 7D and EC. RGB value is (9,125,236). Sum of RGB (Red+Green+Blue) = 9+125+236=370 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 236 (92.58% from 255 or 63.78% from 370); Max value from RGB is 236 - color contains mainly: blue. Hex color #097DEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097DEC is #F68213. Grayscale: #666666. Windows color (decimal): -16155156 or 15498505. OLE color: 15498505.

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

Color convert

RGB 9 125 236 -
CMYK 0.96 0.47 0 0.07
HSL 209.34º 0.93% 0.48% -
HSV(B) 209.34º 0.96% 0.93% -
XYZ 22.59 20.78 82.18 -
YUV 102.97 203.07 60.97 -
System Red Green Blue C M Y K H S L
Decimal 9 125 236 0.96 0.47 0 0.07 209.34 0.93 0.48
Hex 9 7D EC 60 2F 0 7 D1 5D 30
Octal 11 175 354 140 57 0 7 321 135 60
Binary 1001 1111101 11101100 1100000 101111 0 111 11010001 1011101 110000

Color Harmonies of #097DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097DEC

Black with #097DEC

Text Example


Text Example

White with #097DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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