Html Css Color HEX #299BEF Dodger Blue

📋 copy color: '#299BEF'

red 41 ◦ green 155 ◦ blue 239

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

Shades of Dodger Blue #299BEF

Tints of Dodger Blue #299BEF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.63%

 BLUE value IS 239 (93.75% from 255) = 54.94%

R = 9.43%
G = 35.63%
B = 54.94%

CMYK

 C value IS 0.83

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#299BEF (or 0x299BEF) is known color: Dodger Blue. HEX triplet: 29, 9B and EF. RGB value is (41,155,239). Sum of RGB (Red+Green+Blue) = 41+155+239=435 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.43% from 435); Green value is 155 (60.94% from 255 or 35.63% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #299BEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #299BEF is #D66410. Grayscale: #828282. Windows color (decimal): -14050321 or 15702825. OLE color: 15702825.

HSL color Cylindrical-coordinate representation of color #299BEF: hue angle of 205.45º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #299BEF is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 41 155 239 -
CMYK 0.83 0.35 0 0.06
HSL 205.45º 0.86% 0.55% -
HSV(B) 205.45º 0.83% 0.94% -
XYZ 28.22 30.15 85.99 -
YUV 130.49 189.23 64.17 -
System Red Green Blue C M Y K H S L
Decimal 41 155 239 0.83 0.35 0 0.06 205.45 0.86 0.55
Hex 29 9B EF 53 23 0 6 CD 56 37
Octal 51 233 357 123 43 0 6 315 126 67
Binary 101001 10011011 11101111 1010011 100011 0 110 11001101 1010110 110111

Color Harmonies of #299BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299BEF

Black with #299BEF

Text Example


Text Example

White with #299BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,155,239); }

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

background-color css

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

 a { background-color: rgb(41,155,239); }

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

border-color css

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

 span { border-color: rgb(41,155,239); }

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