Html Css Color HEX #298EF2 Dodger Blue

📋 copy color: '#298EF2'

red 41 ◦ green 142 ◦ blue 242

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

Shades of Dodger Blue #298EF2

Tints of Dodger Blue #298EF2

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.41%

 BLUE value IS 242 (94.92% from 255) = 56.94%

R = 9.65%
G = 33.41%
B = 56.94%

CMYK

 C value IS 0.83

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#298EF2 (or 0x298EF2) is known color: Dodger Blue. HEX triplet: 29, 8E and F2. RGB value is (41,142,242). Sum of RGB (Red+Green+Blue) = 41+142+242=425 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.65% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 242 (94.92% from 255 or 56.94% from 425); Max value from RGB is 242 - color contains mainly: blue. Hex color #298EF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #298EF2 is #D6710D. Grayscale: #7A7A7A. Windows color (decimal): -14053646 or 15896105. OLE color: 15896105.

HSL color Cylindrical-coordinate representation of color #298EF2: hue angle of 209.85º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #298EF2 is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 41 142 242 -
CMYK 0.83 0.41 0 0.05
HSL 209.85º 0.89% 0.55% -
HSV(B) 209.85º 0.83% 0.95% -
XYZ 26.61 26.23 87.66 -
YUV 123.2 195.04 69.37 -
System Red Green Blue C M Y K H S L
Decimal 41 142 242 0.83 0.41 0 0.05 209.85 0.89 0.55
Hex 29 8E F2 53 29 0 5 D2 59 37
Octal 51 216 362 123 51 0 5 322 131 67
Binary 101001 10001110 11110010 1010011 101001 0 101 11010010 1011001 110111

Color Harmonies of #298EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298EF2

Black with #298EF2

Text Example


Text Example

White with #298EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,142,242); }

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

background-color css

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

 a { background-color: rgb(41,142,242); }

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

border-color css

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

 span { border-color: rgb(41,142,242); }

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