Html Css Color HEX #298FFE Dodger Blue

📋 copy color: '#298FFE'

red 41 ◦ green 143 ◦ blue 254

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

Shades of Dodger Blue #298FFE

Tints of Dodger Blue #298FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 57.99%

R = 9.36%
G = 32.65%
B = 57.99%

CMYK

 C value IS 0.84

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#298FFE (or 0x298FFE) is known color: Dodger Blue. HEX triplet: 29, 8F and FE. RGB value is (41,143,254). Sum of RGB (Red+Green+Blue) = 41+143+254=438 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.36% from 438); Green value is 143 (56.25% from 255 or 32.65% from 438); Blue value is 254 (99.61% from 255 or 57.99% from 438); Max value from RGB is 254 - color contains mainly: blue. Hex color #298FFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #298FFE is #D67001. Grayscale: #7C7C7C. Windows color (decimal): -14053378 or 16682793. OLE color: 16682793.

HSL color Cylindrical-coordinate representation of color #298FFE: hue angle of 211.27º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #298FFE is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 41 143 254 -
CMYK 0.84 0.44 0 0.00
HSL 211.27º 0.99% 0.58% -
HSV(B) 211.27º 0.84% 1% -
XYZ 28.63 27.27 97.52 -
YUV 125.16 200.71 67.97 -
System Red Green Blue C M Y K H S L
Decimal 41 143 254 0.84 0.44 0 0.00 211.27 0.99 0.58
Hex 29 8F FE 54 2C 0 0 D3 63 3A
Octal 51 217 376 124 54 0 0 323 143 72
Binary 101001 10001111 11111110 1010100 101100 0 0 11010011 1100011 111010

Color Harmonies of #298FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298FFE

Black with #298FFE

Text Example


Text Example

White with #298FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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