Html Css Color HEX #298FE0 Dodger Blue

📋 copy color: '#298FE0'

red 41 ◦ green 143 ◦ blue 224

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

Shades of Dodger Blue #298FE0

Tints of Dodger Blue #298FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 54.9%

R = 10.05%
G = 35.05%
B = 54.9%

CMYK

 C value IS 0.82

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#298FE0 (or 0x298FE0) is known color: Dodger Blue. HEX triplet: 29, 8F and E0. RGB value is (41,143,224). Sum of RGB (Red+Green+Blue) = 41+143+224=408 (54% of max value = 765). Red value is 41 (16.41% from 255 or 10.05% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 224 (87.89% from 255 or 54.90% from 408); Max value from RGB is 224 - color contains mainly: blue. Hex color #298FE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298FE0 is #D6701F. Grayscale: #797979. Windows color (decimal): -14053408 or 14716713. OLE color: 14716713.

HSL color Cylindrical-coordinate representation of color #298FE0: hue angle of 206.56º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #298FE0 is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 41 143 224 -
CMYK 0.82 0.36 0 0.12
HSL 206.56º 0.75% 0.52% -
HSV(B) 206.56º 0.82% 0.88% -
XYZ 24.19 25.5 74.17 -
YUV 121.74 185.71 70.41 -
System Red Green Blue C M Y K H S L
Decimal 41 143 224 0.82 0.36 0 0.12 206.56 0.75 0.52
Hex 29 8F E0 52 24 0 C CF 4B 34
Octal 51 217 340 122 44 0 14 317 113 64
Binary 101001 10001111 11100000 1010010 100100 0 1100 11001111 1001011 110100

Color Harmonies of #298FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298FE0

Black with #298FE0

Text Example


Text Example

White with #298FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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