Html Css Color HEX #299CFA Dodger Blue

📋 copy color: '#299CFA'

red 41 ◦ green 156 ◦ blue 250

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

Shades of Dodger Blue #299CFA

Tints of Dodger Blue #299CFA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.9%

 BLUE value IS 250 (98.05% from 255) = 55.93%

R = 9.17%
G = 34.9%
B = 55.93%

CMYK

 C value IS 0.84

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#299CFA (or 0x299CFA) is known color: Dodger Blue. HEX triplet: 29, 9C and FA. RGB value is (41,156,250). Sum of RGB (Red+Green+Blue) = 41+156+250=447 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.17% from 447); Green value is 156 (61.33% from 255 or 34.90% from 447); Blue value is 250 (98.05% from 255 or 55.93% from 447); Max value from RGB is 250 - color contains mainly: blue. Hex color #299CFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #299CFA is #D66305. Grayscale: #838383. Windows color (decimal): -14050054 or 16423977. OLE color: 16423977.

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

Color convert

RGB 41 156 250 -
CMYK 0.84 0.38 0 0.02
HSL 206.99º 0.95% 0.57% -
HSV(B) 206.99º 0.84% 0.98% -
XYZ 30.06 31.15 94.87 -
YUV 132.33 194.4 62.86 -
System Red Green Blue C M Y K H S L
Decimal 41 156 250 0.84 0.38 0 0.02 206.99 0.95 0.57
Hex 29 9C FA 54 26 0 2 CF 5F 39
Octal 51 234 372 124 46 0 2 317 137 71
Binary 101001 10011100 11111010 1010100 100110 0 10 11001111 1011111 111001

Color Harmonies of #299CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299CFA

Black with #299CFA

Text Example


Text Example

White with #299CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,156,250); }

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

background-color css

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

 a { background-color: rgb(41,156,250); }

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

border-color css

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

 span { border-color: rgb(41,156,250); }

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