Html Css Color HEX #298BFC Dodger Blue

📋 copy color: '#298BFC'

red 41 ◦ green 139 ◦ blue 252

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

Shades of Dodger Blue #298BFC

Tints of Dodger Blue #298BFC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.18%

 BLUE value IS 252 (98.83% from 255) = 58.33%

R = 9.49%
G = 32.18%
B = 58.33%

CMYK

 C value IS 0.84

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#298BFC (or 0x298BFC) is known color: Dodger Blue. HEX triplet: 29, 8B and FC. RGB value is (41,139,252). Sum of RGB (Red+Green+Blue) = 41+139+252=432 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.49% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 252 (98.83% from 255 or 58.33% from 432); Max value from RGB is 252 - color contains mainly: blue. Hex color #298BFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #298BFC is #D67403. Grayscale: #7A7A7A. Windows color (decimal): -14054404 or 16550697. OLE color: 16550697.

HSL color Cylindrical-coordinate representation of color #298BFC: hue angle of 212.13º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #298BFC is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 41 139 252 -
CMYK 0.84 0.45 0 0.01
HSL 212.13º 0.97% 0.57% -
HSV(B) 212.13º 0.84% 0.99% -
XYZ 27.72 25.96 95.65 -
YUV 122.58 201.03 69.81 -
System Red Green Blue C M Y K H S L
Decimal 41 139 252 0.84 0.45 0 0.01 212.13 0.97 0.57
Hex 29 8B FC 54 2D 0 1 D4 61 39
Octal 51 213 374 124 55 0 1 324 141 71
Binary 101001 10001011 11111100 1010100 101101 0 1 11010100 1100001 111001

Color Harmonies of #298BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298BFC

Black with #298BFC

Text Example


Text Example

White with #298BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,139,252); }

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

background-color css

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

 a { background-color: rgb(41,139,252); }

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

border-color css

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

 span { border-color: rgb(41,139,252); }

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