Html Css Color HEX #298AF9 Dodger Blue

📋 copy color: '#298AF9'

red 41 ◦ green 138 ◦ blue 249

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

Shades of Dodger Blue #298AF9

Tints of Dodger Blue #298AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 58.18%

R = 9.58%
G = 32.24%
B = 58.18%

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

#298AF9 (or 0x298AF9) is known color: Dodger Blue. HEX triplet: 29, 8A and F9. RGB value is (41,138,249). Sum of RGB (Red+Green+Blue) = 41+138+249=428 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.58% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 249 (97.66% from 255 or 58.18% from 428); Max value from RGB is 249 - color contains mainly: blue. Hex color #298AF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #298AF9 is #D67506. Grayscale: #797979. Windows color (decimal): -14054663 or 16353833. OLE color: 16353833.

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

Color convert

RGB 41 138 249 -
CMYK 0.84 0.45 0 0.02
HSL 212.02º 0.95% 0.57% -
HSV(B) 212.02º 0.84% 0.98% -
XYZ 27.1 25.49 93.11 -
YUV 121.65 199.86 70.47 -
System Red Green Blue C M Y K H S L
Decimal 41 138 249 0.84 0.45 0 0.02 212.02 0.95 0.57
Hex 29 8A F9 54 2D 0 2 D4 5F 39
Octal 51 212 371 124 55 0 2 324 137 71
Binary 101001 10001010 11111001 1010100 101101 0 10 11010100 1011111 111001

Color Harmonies of #298AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298AF9

Black with #298AF9

Text Example


Text Example

White with #298AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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