Html Css Color HEX #298CF1 Dodger Blue

📋 copy color: '#298CF1'

red 41 ◦ green 140 ◦ blue 241

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

Shades of Dodger Blue #298CF1

Tints of Dodger Blue #298CF1

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.18%

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

R = 9.72%
G = 33.18%
B = 57.11%

CMYK

 C value IS 0.83

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#298CF1 (or 0x298CF1) is known color: Dodger Blue. HEX triplet: 29, 8C and F1. RGB value is (41,140,241). Sum of RGB (Red+Green+Blue) = 41+140+241=422 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.72% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 241 (94.53% from 255 or 57.11% from 422); Max value from RGB is 241 - color contains mainly: blue. Hex color #298CF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #298CF1 is #D6730E. Grayscale: #797979. Windows color (decimal): -14054159 or 15830057. OLE color: 15830057.

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

Color convert

RGB 41 140 241 -
CMYK 0.83 0.42 0 0.05
HSL 210.3º 0.88% 0.55% -
HSV(B) 210.3º 0.83% 0.95% -
XYZ 26.17 25.58 86.78 -
YUV 121.91 195.2 70.29 -
System Red Green Blue C M Y K H S L
Decimal 41 140 241 0.83 0.42 0 0.05 210.3 0.88 0.55
Hex 29 8C F1 53 2A 0 5 D2 58 37
Octal 51 214 361 123 52 0 5 322 130 67
Binary 101001 10001100 11110001 1010011 101010 0 101 11010010 1011000 110111

Color Harmonies of #298CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298CF1

Black with #298CF1

Text Example


Text Example

White with #298CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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