Html Css Color HEX #298FFA Dodger Blue

📋 copy color: '#298FFA'

red 41 ◦ green 143 ◦ blue 250

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

Shades of Dodger Blue #298FFA

Tints of Dodger Blue #298FFA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.95%

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

R = 9.45%
G = 32.95%
B = 57.6%

CMYK

 C value IS 0.84

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#298FFA (or 0x298FFA) is known color: Dodger Blue. HEX triplet: 29, 8F and FA. RGB value is (41,143,250). Sum of RGB (Red+Green+Blue) = 41+143+250=434 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.45% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #298FFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #298FFA is #D67005. Grayscale: #7C7C7C. Windows color (decimal): -14053382 or 16420649. OLE color: 16420649.

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

Color convert

RGB 41 143 250 -
CMYK 0.84 0.43 0 0.02
HSL 210.72º 0.95% 0.57% -
HSV(B) 210.72º 0.84% 0.98% -
XYZ 27.99 27.02 94.18 -
YUV 124.7 198.71 68.3 -
System Red Green Blue C M Y K H S L
Decimal 41 143 250 0.84 0.43 0 0.02 210.72 0.95 0.57
Hex 29 8F FA 54 2B 0 2 D3 5F 39
Octal 51 217 372 124 53 0 2 323 137 71
Binary 101001 10001111 11111010 1010100 101011 0 10 11010011 1011111 111001

Color Harmonies of #298FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298FFA

Black with #298FFA

Text Example


Text Example

White with #298FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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