Html Css Color HEX #097DEF Dodger Blue

📋 copy color: '#097DEF'

red 9 ◦ green 125 ◦ blue 239

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

Shades of Dodger Blue #097DEF

Tints of Dodger Blue #097DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 64.08%

R = 2.41%
G = 33.51%
B = 64.08%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#097DEF (or 0x097DEF) is known color: Dodger Blue. HEX triplet: 09, 7D and EF. RGB value is (9,125,239). Sum of RGB (Red+Green+Blue) = 9+125+239=373 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.41% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 239 (93.75% from 255 or 64.08% from 373); Max value from RGB is 239 - color contains mainly: blue. Hex color #097DEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097DEF is #F68210. Grayscale: #666666. Windows color (decimal): -16155153 or 15695113. OLE color: 15695113.

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

Color convert

RGB 9 125 239 -
CMYK 0.96 0.48 0 0.06
HSL 209.74º 0.93% 0.49% -
HSV(B) 209.74º 0.96% 0.94% -
XYZ 23.03 20.96 84.49 -
YUV 103.31 204.57 60.73 -
System Red Green Blue C M Y K H S L
Decimal 9 125 239 0.96 0.48 0 0.06 209.74 0.93 0.49
Hex 9 7D EF 60 30 0 6 D2 5D 31
Octal 11 175 357 140 60 0 6 322 135 61
Binary 1001 1111101 11101111 1100000 110000 0 110 11010010 1011101 110001

Color Harmonies of #097DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097DEF

Black with #097DEF

Text Example


Text Example

White with #097DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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