Html Css Color HEX #029FFA Dodger Blue

📋 copy color: '#029FFA'

red 2 ◦ green 159 ◦ blue 250

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

Shades of Dodger Blue #029FFA

Tints of Dodger Blue #029FFA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.69%

 BLUE value IS 250 (98.05% from 255) = 60.83%

R = 0.49%
G = 38.69%
B = 60.83%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#029FFA (or 0x029FFA) is known color: Dodger Blue. HEX triplet: 02, 9F and FA. RGB value is (2,159,250). Sum of RGB (Red+Green+Blue) = 2+159+250=411 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 411); Green value is 159 (62.5% from 255 or 38.69% from 411); Blue value is 250 (98.05% from 255 or 60.83% from 411); Max value from RGB is 250 - color contains mainly: blue. Hex color #029FFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #029FFA is #FD6005. Grayscale: #797979. Windows color (decimal): -16605190 or 16424706. OLE color: 16424706.

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

Color convert

RGB 2 159 250 -
CMYK 0.99 0.36 0 0.02
HSL 202.02º 0.98% 0.49% -
HSV(B) 202.02º 0.99% 0.98% -
XYZ 29.68 31.71 95 -
YUV 122.43 199.99 42.1 -
System Red Green Blue C M Y K H S L
Decimal 2 159 250 0.99 0.36 0 0.02 202.02 0.98 0.49
Hex 2 9F FA 63 24 0 2 CA 62 31
Octal 2 237 372 143 44 0 2 312 142 61
Binary 10 10011111 11111010 1100011 100100 0 10 11001010 1100010 110001

Color Harmonies of #029FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029FFA

Black with #029FFA

Text Example


Text Example

White with #029FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,159,250); }

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

background-color css

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

 a { background-color: rgb(2,159,250); }

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

border-color css

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

 span { border-color: rgb(2,159,250); }

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