Html Css Color HEX #029BF5 Dodger Blue

📋 copy color: '#029BF5'

red 2 ◦ green 155 ◦ blue 245

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

Shades of Dodger Blue #029BF5

Tints of Dodger Blue #029BF5

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.56%

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

R = 0.5%
G = 38.56%
B = 60.95%

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

#029BF5 (or 0x029BF5) is known color: Dodger Blue. HEX triplet: 02, 9B and F5. RGB value is (2,155,245). Sum of RGB (Red+Green+Blue) = 2+155+245=402 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 402); Green value is 155 (60.94% from 255 or 38.56% from 402); Blue value is 245 (96.09% from 255 or 60.95% from 402); Max value from RGB is 245 - color contains mainly: blue. Hex color #029BF5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #029BF5 is #FD640A. Grayscale: #767676. Windows color (decimal): -16606219 or 16096002. OLE color: 16096002.

HSL color Cylindrical-coordinate representation of color #029BF5: hue angle of 202.22º 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 #029BF5 is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 2 155 245 -
CMYK 0.99 0.37 0 0.04
HSL 202.22º 0.98% 0.48% -
HSV(B) 202.22º 0.99% 0.96% -
XYZ 28.23 30.05 90.7 -
YUV 119.51 198.81 44.18 -
System Red Green Blue C M Y K H S L
Decimal 2 155 245 0.99 0.37 0 0.04 202.22 0.98 0.48
Hex 2 9B F5 63 25 0 4 CA 62 30
Octal 2 233 365 143 45 0 4 312 142 60
Binary 10 10011011 11110101 1100011 100101 0 100 11001010 1100010 110000

Color Harmonies of #029BF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029BF5

Black with #029BF5

Text Example


Text Example

White with #029BF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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