Html Css Color HEX #299DFB Dodger Blue

📋 copy color: '#299DFB'

red 41 ◦ green 157 ◦ blue 251

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

Shades of Dodger Blue #299DFB

Tints of Dodger Blue #299DFB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.97%

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

R = 9.13%
G = 34.97%
B = 55.9%

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

#299DFB (or 0x299DFB) is known color: Dodger Blue. HEX triplet: 29, 9D and FB. RGB value is (41,157,251). Sum of RGB (Red+Green+Blue) = 41+157+251=449 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.13% from 449); Green value is 157 (61.72% from 255 or 34.97% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #299DFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #299DFB is #D66204. Grayscale: #848484. Windows color (decimal): -14049797 or 16489769. OLE color: 16489769.

HSL color Cylindrical-coordinate representation of color #299DFB: hue angle of 206.86º 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 #299DFB is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 41 157 251 -
CMYK 0.84 0.37 0 0.02
HSL 206.86º 0.96% 0.57% -
HSV(B) 206.86º 0.84% 0.98% -
XYZ 30.38 31.55 95.76 -
YUV 133.03 194.57 62.36 -
System Red Green Blue C M Y K H S L
Decimal 41 157 251 0.84 0.37 0 0.02 206.86 0.96 0.57
Hex 29 9D FB 54 25 0 2 CF 60 39
Octal 51 235 373 124 45 0 2 317 140 71
Binary 101001 10011101 11111011 1010100 100101 0 10 11001111 1100000 111001

Color Harmonies of #299DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299DFB

Black with #299DFB

Text Example


Text Example

White with #299DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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