Html Css Color HEX #298AFE Dodger Blue

📋 copy color: '#298AFE'

red 41 ◦ green 138 ◦ blue 254

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

Shades of Dodger Blue #298AFE

Tints of Dodger Blue #298AFE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.87%

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

R = 9.47%
G = 31.87%
B = 58.66%

CMYK

 C value IS 0.84

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#298AFE (or 0x298AFE) is known color: Dodger Blue. HEX triplet: 29, 8A and FE. RGB value is (41,138,254). Sum of RGB (Red+Green+Blue) = 41+138+254=433 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.47% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #298AFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #298AFE is #D67501. Grayscale: #797979. Windows color (decimal): -14054658 or 16681513. OLE color: 16681513.

HSL color Cylindrical-coordinate representation of color #298AFE: hue angle of 212.68º 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 #298AFE is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 41 138 254 -
CMYK 0.84 0.46 0 0.00
HSL 212.68º 0.99% 0.58% -
HSV(B) 212.68º 0.84% 1% -
XYZ 27.89 25.8 97.28 -
YUV 122.22 202.36 70.07 -
System Red Green Blue C M Y K H S L
Decimal 41 138 254 0.84 0.46 0 0.00 212.68 0.99 0.58
Hex 29 8A FE 54 2E 0 0 D5 63 3A
Octal 51 212 376 124 56 0 0 325 143 72
Binary 101001 10001010 11111110 1010100 101110 0 0 11010101 1100011 111010

Color Harmonies of #298AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298AFE

Black with #298AFE

Text Example


Text Example

White with #298AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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