Html Css Color HEX #298BFB Dodger Blue

📋 copy color: '#298BFB'

red 41 ◦ green 139 ◦ blue 251

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

Shades of Dodger Blue #298BFB

Tints of Dodger Blue #298BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 58.24%

R = 9.51%
G = 32.25%
B = 58.24%

CMYK

 C value IS 0.84

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#298BFB (or 0x298BFB) is known color: Dodger Blue. HEX triplet: 29, 8B and FB. RGB value is (41,139,251). Sum of RGB (Red+Green+Blue) = 41+139+251=431 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.51% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 251 (98.44% from 255 or 58.24% from 431); Max value from RGB is 251 - color contains mainly: blue. Hex color #298BFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #298BFB is #D67404. Grayscale: #797979. Windows color (decimal): -14054405 or 16485161. OLE color: 16485161.

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

Color convert

RGB 41 139 251 -
CMYK 0.84 0.45 0 0.02
HSL 212º 0.96% 0.57% -
HSV(B) 212º 0.84% 0.98% -
XYZ 27.56 25.9 94.81 -
YUV 122.47 200.53 69.89 -
System Red Green Blue C M Y K H S L
Decimal 41 139 251 0.84 0.45 0 0.02 212 0.96 0.57
Hex 29 8B FB 54 2D 0 2 D4 60 39
Octal 51 213 373 124 55 0 2 324 140 71
Binary 101001 10001011 11111011 1010100 101101 0 10 11010100 1100000 111001

Color Harmonies of #298BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298BFB

Black with #298BFB

Text Example


Text Example

White with #298BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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