Html Css Color HEX #298BFA Dodger Blue

📋 copy color: '#298BFA'

red 41 ◦ green 139 ◦ blue 250

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

Shades of Dodger Blue #298BFA

Tints of Dodger Blue #298BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 58.14%

R = 9.53%
G = 32.33%
B = 58.14%

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

#298BFA (or 0x298BFA) is known color: Dodger Blue. HEX triplet: 29, 8B and FA. RGB value is (41,139,250). Sum of RGB (Red+Green+Blue) = 41+139+250=430 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.53% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 250 (98.05% from 255 or 58.14% from 430); Max value from RGB is 250 - color contains mainly: blue. Hex color #298BFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #298BFA is #D67405. Grayscale: #797979. Windows color (decimal): -14054406 or 16419625. OLE color: 16419625.

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

Color convert

RGB 41 139 250 -
CMYK 0.84 0.44 0 0.02
HSL 211.87º 0.95% 0.57% -
HSV(B) 211.87º 0.84% 0.98% -
XYZ 27.4 25.84 93.99 -
YUV 122.35 200.03 69.97 -
System Red Green Blue C M Y K H S L
Decimal 41 139 250 0.84 0.44 0 0.02 211.87 0.95 0.57
Hex 29 8B FA 54 2C 0 2 D4 5F 39
Octal 51 213 372 124 54 0 2 324 137 71
Binary 101001 10001011 11111010 1010100 101100 0 10 11010100 1011111 111001

Color Harmonies of #298BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298BFA

Black with #298BFA

Text Example


Text Example

White with #298BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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