Html Css Color HEX #298FEC Dodger Blue

📋 copy color: '#298FEC'

red 41 ◦ green 143 ◦ blue 236

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

Shades of Dodger Blue #298FEC

Tints of Dodger Blue #298FEC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.05%

 BLUE value IS 236 (92.58% from 255) = 56.19%

R = 9.76%
G = 34.05%
B = 56.19%

CMYK

 C value IS 0.83

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#298FEC (or 0x298FEC) is known color: Dodger Blue. HEX triplet: 29, 8F and EC. RGB value is (41,143,236). Sum of RGB (Red+Green+Blue) = 41+143+236=420 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.76% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #298FEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #298FEC is #D67013. Grayscale: #7A7A7A. Windows color (decimal): -14053396 or 15503145. OLE color: 15503145.

HSL color Cylindrical-coordinate representation of color #298FEC: hue angle of 208.62º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #298FEC is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 41 143 236 -
CMYK 0.83 0.39 0 0.07
HSL 208.62º 0.84% 0.54% -
HSV(B) 208.62º 0.83% 0.93% -
XYZ 25.88 26.17 83.04 -
YUV 123.1 191.71 69.44 -
System Red Green Blue C M Y K H S L
Decimal 41 143 236 0.83 0.39 0 0.07 208.62 0.84 0.54
Hex 29 8F EC 53 27 0 7 D1 54 36
Octal 51 217 354 123 47 0 7 321 124 66
Binary 101001 10001111 11101100 1010011 100111 0 111 11010001 1010100 110110

Color Harmonies of #298FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298FEC

Black with #298FEC

Text Example


Text Example

White with #298FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,143,236); }

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

background-color css

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

 a { background-color: rgb(41,143,236); }

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

border-color css

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

 span { border-color: rgb(41,143,236); }

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