Html Css Color HEX #299DFE Dodger Blue

📋 copy color: '#299DFE'

red 41 ◦ green 157 ◦ blue 254

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

Shades of Dodger Blue #299DFE

Tints of Dodger Blue #299DFE

RGB

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

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

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

R = 9.07%
G = 34.73%
B = 56.19%

CMYK

 C value IS 0.84

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#299DFE (or 0x299DFE) is known color: Dodger Blue. HEX triplet: 29, 9D and FE. RGB value is (41,157,254). Sum of RGB (Red+Green+Blue) = 41+157+254=452 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.07% from 452); Green value is 157 (61.72% from 255 or 34.73% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #299DFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #299DFE is #D66201. Grayscale: #848484. Windows color (decimal): -14049794 or 16686377. OLE color: 16686377.

HSL color Cylindrical-coordinate representation of color #299DFE: hue angle of 207.32º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #299DFE is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 41 157 254 -
CMYK 0.84 0.38 0 0.00
HSL 207.32º 0.99% 0.58% -
HSV(B) 207.32º 0.84% 1% -
XYZ 30.86 31.74 98.27 -
YUV 133.37 196.07 62.11 -
System Red Green Blue C M Y K H S L
Decimal 41 157 254 0.84 0.38 0 0.00 207.32 0.99 0.58
Hex 29 9D FE 54 26 0 0 CF 63 3A
Octal 51 235 376 124 46 0 0 317 143 72
Binary 101001 10011101 11111110 1010100 100110 0 0 11001111 1100011 111010

Color Harmonies of #299DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299DFE

Black with #299DFE

Text Example


Text Example

White with #299DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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