Html Css Color HEX #097DEA Dodger Blue

📋 copy color: '#097DEA'

red 9 ◦ green 125 ◦ blue 234

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

Shades of Dodger Blue #097DEA

Tints of Dodger Blue #097DEA

RGB

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

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

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

R = 2.45%
G = 33.97%
B = 63.59%

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

#097DEA (or 0x097DEA) is known color: Dodger Blue. HEX triplet: 09, 7D and EA. RGB value is (9,125,234). Sum of RGB (Red+Green+Blue) = 9+125+234=368 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 234 (91.80% from 255 or 63.59% from 368); Max value from RGB is 234 - color contains mainly: blue. Hex color #097DEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097DEA is #F68215. Grayscale: #666666. Windows color (decimal): -16155158 or 15367433. OLE color: 15367433.

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

Color convert

RGB 9 125 234 -
CMYK 0.96 0.47 0 0.08
HSL 209.07º 0.93% 0.48% -
HSV(B) 209.07º 0.96% 0.92% -
XYZ 22.3 20.67 80.66 -
YUV 102.74 202.07 61.14 -
System Red Green Blue C M Y K H S L
Decimal 9 125 234 0.96 0.47 0 0.08 209.07 0.93 0.48
Hex 9 7D EA 60 2F 0 8 D1 5D 30
Octal 11 175 352 140 57 0 10 321 135 60
Binary 1001 1111101 11101010 1100000 101111 0 1000 11010001 1011101 110000

Color Harmonies of #097DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097DEA

Black with #097DEA

Text Example


Text Example

White with #097DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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