Html Css Color HEX #298FF1 Dodger Blue

📋 copy color: '#298FF1'

red 41 ◦ green 143 ◦ blue 241

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

Shades of Dodger Blue #298FF1

Tints of Dodger Blue #298FF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 56.71%

R = 9.65%
G = 33.65%
B = 56.71%

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

#298FF1 (or 0x298FF1) is known color: Dodger Blue. HEX triplet: 29, 8F and F1. RGB value is (41,143,241). Sum of RGB (Red+Green+Blue) = 41+143+241=425 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.65% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 241 (94.53% from 255 or 56.71% from 425); Max value from RGB is 241 - color contains mainly: blue. Hex color #298FF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #298FF1 is #D6700E. Grayscale: #7B7B7B. Windows color (decimal): -14053391 or 15830825. OLE color: 15830825.

HSL color Cylindrical-coordinate representation of color #298FF1: hue angle of 209.4º degrees, saturation: 0.88, 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 #298FF1 is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 41 143 241 -
CMYK 0.83 0.41 0 0.05
HSL 209.4º 0.88% 0.55% -
HSV(B) 209.4º 0.83% 0.95% -
XYZ 26.61 26.47 86.93 -
YUV 123.67 194.21 69.03 -
System Red Green Blue C M Y K H S L
Decimal 41 143 241 0.83 0.41 0 0.05 209.4 0.88 0.55
Hex 29 8F F1 53 29 0 5 D1 58 37
Octal 51 217 361 123 51 0 5 321 130 67
Binary 101001 10001111 11110001 1010011 101001 0 101 11010001 1011000 110111

Color Harmonies of #298FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298FF1

Black with #298FF1

Text Example


Text Example

White with #298FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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