Html Css Color HEX #029AF5 Dodger Blue

📋 copy color: '#029AF5'

red 2 ◦ green 154 ◦ blue 245

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

Shades of Dodger Blue #029AF5

Tints of Dodger Blue #029AF5

RGB

 RED value IS 2 (1.17% from 255) = 0.5%

 GREEN value IS 154 (60.55% from 255) = 38.4%

 BLUE value IS 245 (96.09% from 255) = 61.1%

R = 0.5%
G = 38.4%
B = 61.1%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#029AF5 (or 0x029AF5) is known color: Dodger Blue. HEX triplet: 02, 9A and F5. RGB value is (2,154,245). Sum of RGB (Red+Green+Blue) = 2+154+245=401 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 401); Green value is 154 (60.55% from 255 or 38.40% from 401); Blue value is 245 (96.09% from 255 or 61.10% from 401); Max value from RGB is 245 - color contains mainly: blue. Hex color #029AF5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #029AF5 is #FD650A. Grayscale: #767676. Windows color (decimal): -16606475 or 16095746. OLE color: 16095746.

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

Color convert

RGB 2 154 245 -
CMYK 0.99 0.37 0 0.04
HSL 202.47º 0.98% 0.48% -
HSV(B) 202.47º 0.99% 0.96% -
XYZ 28.06 29.72 90.64 -
YUV 118.93 199.14 44.6 -
System Red Green Blue C M Y K H S L
Decimal 2 154 245 0.99 0.37 0 0.04 202.47 0.98 0.48
Hex 2 9A F5 63 25 0 4 CA 62 30
Octal 2 232 365 143 45 0 4 312 142 60
Binary 10 10011010 11110101 1100011 100101 0 100 11001010 1100010 110000

Color Harmonies of #029AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029AF5

Black with #029AF5

Text Example


Text Example

White with #029AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029AF5; }

 p { color: rgb(2,154,245); }

 H1.HeaderClassName
 {
   color: #029AF5;
 }
 .AnyTagClassName
 {
   color: #029AF5;
 }
</style>

background-color css

<style>
 a { background-color: #029AF5; }

 a { background-color: rgb(2,154,245); }

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

border-color css

<style>
 span { border-color: #029AF5; }

 span { border-color: rgb(2,154,245); }

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