Html Css Color HEX #298DFB Dodger Blue

📋 copy color: '#298DFB'

red 41 ◦ green 141 ◦ blue 251

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

Shades of Dodger Blue #298DFB

Tints of Dodger Blue #298DFB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.56%

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

R = 9.47%
G = 32.56%
B = 57.97%

CMYK

 C value IS 0.84

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#298DFB (or 0x298DFB) is known color: Dodger Blue. HEX triplet: 29, 8D and FB. RGB value is (41,141,251). Sum of RGB (Red+Green+Blue) = 41+141+251=433 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.47% from 433); Green value is 141 (55.47% from 255 or 32.56% from 433); Blue value is 251 (98.44% from 255 or 57.97% from 433); Max value from RGB is 251 - color contains mainly: blue. Hex color #298DFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #298DFB is #D67204. Grayscale: #7B7B7B. Windows color (decimal): -14053893 or 16485673. OLE color: 16485673.

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

Color convert

RGB 41 141 251 -
CMYK 0.84 0.44 0 0.02
HSL 211.43º 0.96% 0.57% -
HSV(B) 211.43º 0.84% 0.98% -
XYZ 27.85 26.49 94.91 -
YUV 123.64 199.87 69.06 -
System Red Green Blue C M Y K H S L
Decimal 41 141 251 0.84 0.44 0 0.02 211.43 0.96 0.57
Hex 29 8D FB 54 2C 0 2 D3 60 39
Octal 51 215 373 124 54 0 2 323 140 71
Binary 101001 10001101 11111011 1010100 101100 0 10 11010011 1100000 111001

Color Harmonies of #298DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298DFB

Black with #298DFB

Text Example


Text Example

White with #298DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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