Html Css Color HEX #299FFB Dodger Blue

📋 copy color: '#299FFB'

red 41 ◦ green 159 ◦ blue 251

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

Shades of Dodger Blue #299FFB

Tints of Dodger Blue #299FFB

RGB

 RED value IS 41 (16.41% from 255) = 9.09%

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

 BLUE value IS 251 (98.44% from 255) = 55.65%

R = 9.09%
G = 35.25%
B = 55.65%

CMYK

 C value IS 0.84

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#299FFB (or 0x299FFB) is known color: Dodger Blue. HEX triplet: 29, 9F and FB. RGB value is (41,159,251). Sum of RGB (Red+Green+Blue) = 41+159+251=451 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.09% from 451); Green value is 159 (62.5% from 255 or 35.25% from 451); Blue value is 251 (98.44% from 255 or 55.65% from 451); Max value from RGB is 251 - color contains mainly: blue. Hex color #299FFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #299FFB is #D66004. Grayscale: #858585. Windows color (decimal): -14049285 or 16490281. OLE color: 16490281.

HSL color Cylindrical-coordinate representation of color #299FFB: hue angle of 206.29º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #299FFB is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 41 159 251 -
CMYK 0.84 0.37 0 0.02
HSL 206.29º 0.96% 0.57% -
HSV(B) 206.29º 0.84% 0.98% -
XYZ 30.73 32.23 95.87 -
YUV 134.21 193.91 61.52 -
System Red Green Blue C M Y K H S L
Decimal 41 159 251 0.84 0.37 0 0.02 206.29 0.96 0.57
Hex 29 9F FB 54 25 0 2 CE 60 39
Octal 51 237 373 124 45 0 2 316 140 71
Binary 101001 10011111 11111011 1010100 100101 0 10 11001110 1100000 111001

Color Harmonies of #299FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299FFB

Black with #299FFB

Text Example


Text Example

White with #299FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299FFB; }

 p { color: rgb(41,159,251); }

 H1.HeaderClassName
 {
   color: #299FFB;
 }
 .AnyTagClassName
 {
   color: #299FFB;
 }
</style>

background-color css

<style>
 a { background-color: #299FFB; }

 a { background-color: rgb(41,159,251); }

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

border-color css

<style>
 span { border-color: #299FFB; }

 span { border-color: rgb(41,159,251); }

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