Html Css Color HEX #299DFA Dodger Blue

📋 copy color: '#299DFA'

red 41 ◦ green 157 ◦ blue 250

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

Shades of Dodger Blue #299DFA

Tints of Dodger Blue #299DFA

RGB

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

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

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

R = 9.15%
G = 35.04%
B = 55.8%

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

#299DFA (or 0x299DFA) is known color: Dodger Blue. HEX triplet: 29, 9D and FA. RGB value is (41,157,250). Sum of RGB (Red+Green+Blue) = 41+157+250=448 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.15% from 448); Green value is 157 (61.72% from 255 or 35.04% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #299DFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #299DFA is #D66205. Grayscale: #848484. Windows color (decimal): -14049798 or 16424233. OLE color: 16424233.

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

Color convert

RGB 41 157 250 -
CMYK 0.84 0.37 0 0.02
HSL 206.7º 0.95% 0.57% -
HSV(B) 206.7º 0.84% 0.98% -
XYZ 30.23 31.49 94.93 -
YUV 132.92 194.07 62.44 -
System Red Green Blue C M Y K H S L
Decimal 41 157 250 0.84 0.37 0 0.02 206.7 0.95 0.57
Hex 29 9D FA 54 25 0 2 CF 5F 39
Octal 51 235 372 124 45 0 2 317 137 71
Binary 101001 10011101 11111010 1010100 100101 0 10 11001111 1011111 111001

Color Harmonies of #299DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299DFA

Black with #299DFA

Text Example


Text Example

White with #299DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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