Html Css Color HEX #09A2FF Dodger Blue

📋 copy color: '#09A2FF'

red 9 ◦ green 162 ◦ blue 255

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

Shades of Dodger Blue #09A2FF

Tints of Dodger Blue #09A2FF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.03%

 BLUE value IS 255 (100% from 255) = 59.86%

R = 2.11%
G = 38.03%
B = 59.86%

CMYK

 C value IS 0.96

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#09A2FF (or 0x09A2FF) is known color: Dodger Blue. HEX triplet: 09, A2 and FF. RGB value is (9,162,255). Sum of RGB (Red+Green+Blue) = 9+162+255=426 (56% of max value = 765). Red value is 9 (3.91% from 255 or 2.11% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #09A2FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09A2FF is #F65D00. Grayscale: #7E7E7E. Windows color (decimal): -16145665 or 16753161. OLE color: 16753161.

HSL color Cylindrical-coordinate representation of color #09A2FF: hue angle of 202.68º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09A2FF is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 9 162 255 -
CMYK 0.96 0.36 0 0
HSL 202.68º 1% 0.52% -
HSV(B) 202.68º 0.96% 1% -
XYZ 31.08 33.12 99.36 -
YUV 126.86 200.31 43.94 -
System Red Green Blue C M Y K H S L
Decimal 9 162 255 0.96 0.36 0 0 202.68 1 0.52
Hex 9 A2 FF 60 24 0 0 CB 64 34
Octal 11 242 377 140 44 0 0 313 144 64
Binary 1001 10100010 11111111 1100000 100100 0 0 11001011 1100100 110100

Color Harmonies of #09A2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A2FF

Black with #09A2FF

Text Example


Text Example

White with #09A2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09A2FF; }

 p { color: rgb(9,162,255); }

 H1.HeaderClassName
 {
   color: #09A2FF;
 }
 .AnyTagClassName
 {
   color: #09A2FF;
 }
</style>

background-color css

<style>
 a { background-color: #09A2FF; }

 a { background-color: rgb(9,162,255); }

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

border-color css

<style>
 span { border-color: #09A2FF; }

 span { border-color: rgb(9,162,255); }

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