Html Css Color HEX #097AEA Dodger Blue

📋 copy color: '#097AEA'

red 9 ◦ green 122 ◦ blue 234

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

Shades of Dodger Blue #097AEA

Tints of Dodger Blue #097AEA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.42%

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

R = 2.47%
G = 33.42%
B = 64.11%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#097AEA (or 0x097AEA) is known color: Dodger Blue. HEX triplet: 09, 7A and EA. RGB value is (9,122,234). Sum of RGB (Red+Green+Blue) = 9+122+234=365 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.47% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 234 (91.80% from 255 or 64.11% from 365); Max value from RGB is 234 - color contains mainly: blue. Hex color #097AEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097AEA is #F68515. Grayscale: #646464. Windows color (decimal): -16155926 or 15366665. OLE color: 15366665.

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

Color convert

RGB 9 122 234 -
CMYK 0.96 0.48 0 0.08
HSL 209.87º 0.93% 0.48% -
HSV(B) 209.87º 0.96% 0.92% -
XYZ 21.92 19.92 80.53 -
YUV 100.98 203.06 62.39 -
System Red Green Blue C M Y K H S L
Decimal 9 122 234 0.96 0.48 0 0.08 209.87 0.93 0.48
Hex 9 7A EA 60 30 0 8 D2 5D 30
Octal 11 172 352 140 60 0 10 322 135 60
Binary 1001 1111010 11101010 1100000 110000 0 1000 11010010 1011101 110000

Color Harmonies of #097AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097AEA

Black with #097AEA

Text Example


Text Example

White with #097AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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