#009AFA

Color #009AFA Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #009AFA

Tints of Dodger Blue #009AFA

Color information

#009AFA (or 0x009AFA) is unknown color: approx Dodger Blue. HEX triplet: 00, 9A and FA. RGB value is (0,154,250). Sum of RGB (Red+Green+Blue) = 0+154+250=404 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 250 (98.05% from 255 or 61.88% from 404); Max value from RGB is 250 - color contains mainly: blue. Hex color #009AFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009AFA is #FF6505. Grayscale: #767676. Windows color (decimal): -16737542 or 16423424. OLE color: 16423424.

HSL color Cylindrical-coordinate representation of color #009AFA: hue angle of 203.04º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009AFA is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB0154250-
CMYK10.3800.02
HSL203.04º100%49.02%-
HSV(B)203.04º100%98.04%-
XYZ28.8130.0194.72-
YUV118.9201.9843.19-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 154 (60.55% from 255) = 38.12%
BLUE value IS 250 (98.05% from 255) = 61.88%
R=0%
G=38.12%
B=61.88%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal015425010.3800.02203.0410049.02
Hex09AFA642602cb6431
Octal0232372144460231314461
Binary010011010111110101100100100110010110010111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009AFA; }

 p { color: rgb(0,154,250); }

 H1.HeaderClassName
 {
   color: #009AFA;
 }
 .AnyTagClassName
 {
   color: #009AFA;
 }
</style>
background-color css

<style>
 a { background-color: #009AFA; }

 a { background-color: rgb(0,154,250); }

 div.DivClassName
 {
   background-color: #009AFA;
 }
 .BgClassName
 {
   background-color: #009AFA;
 }
</style>
border-color css

<style>
 span { border-color: #009AFA; }

 span { border-color: rgb(0,154,250); }

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