Html Css Color HEX #298AFF Dodger Blue

📋 copy color: '#298AFF'

red 41 ◦ green 138 ◦ blue 255

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

Shades of Dodger Blue #298AFF

Tints of Dodger Blue #298AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.76%

R = 9.45%
G = 31.8%
B = 58.76%

CMYK

 C value IS 0.84

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#298AFF (or 0x298AFF) is known color: Dodger Blue. HEX triplet: 29, 8A and FF. RGB value is (41,138,255). Sum of RGB (Red+Green+Blue) = 41+138+255=434 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.45% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #298AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #298AFF is #D67500. Grayscale: #797979. Windows color (decimal): -14054657 or 16747049. OLE color: 16747049.

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

Color convert

RGB 41 138 255 -
CMYK 0.84 0.46 0 0
HSL 212.8º 1% 0.58% -
HSV(B) 212.8º 0.84% 1% -
XYZ 28.05 25.87 98.12 -
YUV 122.34 202.86 69.99 -
System Red Green Blue C M Y K H S L
Decimal 41 138 255 0.84 0.46 0 0 212.8 1 0.58
Hex 29 8A FF 54 2E 0 0 D5 64 3A
Octal 51 212 377 124 56 0 0 325 144 72
Binary 101001 10001010 11111111 1010100 101110 0 0 11010101 1100100 111010

Color Harmonies of #298AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298AFF

Black with #298AFF

Text Example


Text Example

White with #298AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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