Html Css Color HEX #298DF9 Dodger Blue

📋 copy color: '#298DF9'

red 41 ◦ green 141 ◦ blue 249

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

Shades of Dodger Blue #298DF9

Tints of Dodger Blue #298DF9

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.71%

 BLUE value IS 249 (97.66% from 255) = 57.77%

R = 9.51%
G = 32.71%
B = 57.77%

CMYK

 C value IS 0.84

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#298DF9 (or 0x298DF9) is known color: Dodger Blue. HEX triplet: 29, 8D and F9. RGB value is (41,141,249). Sum of RGB (Red+Green+Blue) = 41+141+249=431 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.51% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 249 (97.66% from 255 or 57.77% from 431); Max value from RGB is 249 - color contains mainly: blue. Hex color #298DF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #298DF9 is #D67206. Grayscale: #7A7A7A. Windows color (decimal): -14053895 or 16354601. OLE color: 16354601.

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

Color convert

RGB 41 141 249 -
CMYK 0.84 0.43 0 0.02
HSL 211.15º 0.95% 0.57% -
HSV(B) 211.15º 0.84% 0.98% -
XYZ 27.54 26.36 93.26 -
YUV 123.41 198.87 69.22 -
System Red Green Blue C M Y K H S L
Decimal 41 141 249 0.84 0.43 0 0.02 211.15 0.95 0.57
Hex 29 8D F9 54 2B 0 2 D3 5F 39
Octal 51 215 371 124 53 0 2 323 137 71
Binary 101001 10001101 11111001 1010100 101011 0 10 11010011 1011111 111001

Color Harmonies of #298DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298DF9

Black with #298DF9

Text Example


Text Example

White with #298DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298DF9; }

 p { color: rgb(41,141,249); }

 H1.HeaderClassName
 {
   color: #298DF9;
 }
 .AnyTagClassName
 {
   color: #298DF9;
 }
</style>

background-color css

<style>
 a { background-color: #298DF9; }

 a { background-color: rgb(41,141,249); }

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

border-color css

<style>
 span { border-color: #298DF9; }

 span { border-color: rgb(41,141,249); }

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