Html Css Color HEX #029BFD Dodger Blue

📋 copy color: '#029BFD'

red 2 ◦ green 155 ◦ blue 253

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

Shades of Dodger Blue #029BFD

Tints of Dodger Blue #029BFD

RGB

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

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

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

R = 0.49%
G = 37.8%
B = 61.71%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#029BFD (or 0x029BFD) is known color: Dodger Blue. HEX triplet: 02, 9B and FD. RGB value is (2,155,253). Sum of RGB (Red+Green+Blue) = 2+155+253=410 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 410); Green value is 155 (60.94% from 255 or 37.80% from 410); Blue value is 253 (99.22% from 255 or 61.71% from 410); Max value from RGB is 253 - color contains mainly: blue. Hex color #029BFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #029BFD is #FD6402. Grayscale: #777777. Windows color (decimal): -16606211 or 16620290. OLE color: 16620290.

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

Color convert

RGB 2 155 253 -
CMYK 0.99 0.39 0 0.01
HSL 203.43º 0.98% 0.5% -
HSV(B) 203.43º 0.99% 0.99% -
XYZ 29.48 30.55 97.27 -
YUV 120.43 202.81 43.53 -
System Red Green Blue C M Y K H S L
Decimal 2 155 253 0.99 0.39 0 0.01 203.43 0.98 0.5
Hex 2 9B FD 63 27 0 1 CB 62 32
Octal 2 233 375 143 47 0 1 313 142 62
Binary 10 10011011 11111101 1100011 100111 0 1 11001011 1100010 110010

Color Harmonies of #029BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029BFD

Black with #029BFD

Text Example


Text Example

White with #029BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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