Html Css Color HEX #029BFE Dodger Blue

📋 copy color: '#029BFE'

red 2 ◦ green 155 ◦ blue 254

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

Shades of Dodger Blue #029BFE

Tints of Dodger Blue #029BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 61.8%

R = 0.49%
G = 37.71%
B = 61.8%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#029BFE (or 0x029BFE) is known color: Dodger Blue. HEX triplet: 02, 9B and FE. RGB value is (2,155,254). Sum of RGB (Red+Green+Blue) = 2+155+254=411 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 254 (99.61% from 255 or 61.80% from 411); Max value from RGB is 254 - color contains mainly: blue. Hex color #029BFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #029BFE is #FD6401. Grayscale: #777777. Windows color (decimal): -16606210 or 16685826. OLE color: 16685826.

HSL color Cylindrical-coordinate representation of color #029BFE: hue angle of 203.57º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029BFE is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 2 155 254 -
CMYK 0.99 0.39 0 0.00
HSL 203.57º 0.99% 0.5% -
HSV(B) 203.57º 0.99% 1% -
XYZ 29.64 30.61 98.11 -
YUV 120.54 203.31 43.45 -
System Red Green Blue C M Y K H S L
Decimal 2 155 254 0.99 0.39 0 0.00 203.57 0.99 0.5
Hex 2 9B FE 63 27 0 0 CC 63 32
Octal 2 233 376 143 47 0 0 314 143 62
Binary 10 10011011 11111110 1100011 100111 0 0 11001100 1100011 110010

Color Harmonies of #029BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029BFE

Black with #029BFE

Text Example


Text Example

White with #029BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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