Html Css Color HEX #09A2FA Dodger Blue

📋 copy color: '#09A2FA'

red 9 ◦ green 162 ◦ blue 250

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

Shades of Dodger Blue #09A2FA

Tints of Dodger Blue #09A2FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 59.38%

R = 2.14%
G = 38.48%
B = 59.38%

CMYK

 C value IS 0.96

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#09A2FA (or 0x09A2FA) is known color: Dodger Blue. HEX triplet: 09, A2 and FA. RGB value is (9,162,250). Sum of RGB (Red+Green+Blue) = 9+162+250=421 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.14% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 250 (98.05% from 255 or 59.38% from 421); Max value from RGB is 250 - color contains mainly: blue. Hex color #09A2FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09A2FA is #F65D05. Grayscale: #7D7D7D. Windows color (decimal): -16145670 or 16425481. OLE color: 16425481.

HSL color Cylindrical-coordinate representation of color #09A2FA: hue angle of 201.91º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09A2FA is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 9 162 250 -
CMYK 0.96 0.35 0 0.02
HSL 201.91º 0.96% 0.51% -
HSV(B) 201.91º 0.96% 0.98% -
XYZ 30.29 32.8 95.18 -
YUV 126.29 197.81 44.34 -
System Red Green Blue C M Y K H S L
Decimal 9 162 250 0.96 0.35 0 0.02 201.91 0.96 0.51
Hex 9 A2 FA 60 23 0 2 CA 60 33
Octal 11 242 372 140 43 0 2 312 140 63
Binary 1001 10100010 11111010 1100000 100011 0 10 11001010 1100000 110011

Color Harmonies of #09A2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A2FA

Black with #09A2FA

Text Example


Text Example

White with #09A2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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