Html Css Color HEX #299EFE Dodger Blue

📋 copy color: '#299EFE'

red 41 ◦ green 158 ◦ blue 254

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

Shades of Dodger Blue #299EFE

Tints of Dodger Blue #299EFE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.88%

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

R = 9.05%
G = 34.88%
B = 56.07%

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

#299EFE (or 0x299EFE) is known color: Dodger Blue. HEX triplet: 29, 9E and FE. RGB value is (41,158,254). Sum of RGB (Red+Green+Blue) = 41+158+254=453 (60% of max value = 765). Red value is 41 (16.41% from 255 or 9.05% from 453); Green value is 158 (62.11% from 255 or 34.88% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #299EFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #299EFE is #D66101. Grayscale: #858585. Windows color (decimal): -14049538 or 16686633. OLE color: 16686633.

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

Color convert

RGB 41 158 254 -
CMYK 0.84 0.38 0 0.00
HSL 207.04º 0.99% 0.58% -
HSV(B) 207.04º 0.84% 1% -
XYZ 31.03 32.08 98.32 -
YUV 133.96 195.74 61.69 -
System Red Green Blue C M Y K H S L
Decimal 41 158 254 0.84 0.38 0 0.00 207.04 0.99 0.58
Hex 29 9E FE 54 26 0 0 CF 63 3A
Octal 51 236 376 124 46 0 0 317 143 72
Binary 101001 10011110 11111110 1010100 100110 0 0 11001111 1100011 111010

Color Harmonies of #299EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299EFE

Black with #299EFE

Text Example


Text Example

White with #299EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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