Html Css Color HEX #09A0FD Dodger Blue

📋 copy color: '#09A0FD'

red 9 ◦ green 160 ◦ blue 253

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

Shades of Dodger Blue #09A0FD

Tints of Dodger Blue #09A0FD

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.91%

 BLUE value IS 253 (99.22% from 255) = 59.95%

R = 2.13%
G = 37.91%
B = 59.95%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#09A0FD (or 0x09A0FD) is known color: Dodger Blue. HEX triplet: 09, A0 and FD. RGB value is (9,160,253). Sum of RGB (Red+Green+Blue) = 9+160+253=422 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.13% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 253 (99.22% from 255 or 59.95% from 422); Max value from RGB is 253 - color contains mainly: blue. Hex color #09A0FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09A0FD is #F65F02. Grayscale: #7C7C7C. Windows color (decimal): -16146179 or 16621577. OLE color: 16621577.

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

Color convert

RGB 9 160 253 -
CMYK 0.96 0.37 0 0.01
HSL 202.87º 0.98% 0.51% -
HSV(B) 202.87º 0.96% 0.99% -
XYZ 30.41 32.29 97.56 -
YUV 125.45 199.97 44.94 -
System Red Green Blue C M Y K H S L
Decimal 9 160 253 0.96 0.37 0 0.01 202.87 0.98 0.51
Hex 9 A0 FD 60 25 0 1 CB 62 33
Octal 11 240 375 140 45 0 1 313 142 63
Binary 1001 10100000 11111101 1100000 100101 0 1 11001011 1100010 110011

Color Harmonies of #09A0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A0FD

Black with #09A0FD

Text Example


Text Example

White with #09A0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,160,253); }

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

background-color css

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

 a { background-color: rgb(9,160,253); }

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

border-color css

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

 span { border-color: rgb(9,160,253); }

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