Html Css Color HEX #298DFA Dodger Blue

📋 copy color: '#298DFA'

red 41 ◦ green 141 ◦ blue 250

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

Shades of Dodger Blue #298DFA

Tints of Dodger Blue #298DFA

RGB

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

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

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

R = 9.49%
G = 32.64%
B = 57.87%

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

#298DFA (or 0x298DFA) is known color: Dodger Blue. HEX triplet: 29, 8D and FA. RGB value is (41,141,250). Sum of RGB (Red+Green+Blue) = 41+141+250=432 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.49% from 432); Green value is 141 (55.47% from 255 or 32.64% from 432); Blue value is 250 (98.05% from 255 or 57.87% from 432); Max value from RGB is 250 - color contains mainly: blue. Hex color #298DFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #298DFA is #D67205. Grayscale: #7A7A7A. Windows color (decimal): -14053894 or 16420137. OLE color: 16420137.

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

Color convert

RGB 41 141 250 -
CMYK 0.84 0.44 0 0.02
HSL 211.29º 0.95% 0.57% -
HSV(B) 211.29º 0.84% 0.98% -
XYZ 27.69 26.42 94.08 -
YUV 123.53 199.37 69.14 -
System Red Green Blue C M Y K H S L
Decimal 41 141 250 0.84 0.44 0 0.02 211.29 0.95 0.57
Hex 29 8D FA 54 2C 0 2 D3 5F 39
Octal 51 215 372 124 54 0 2 323 137 71
Binary 101001 10001101 11111010 1010100 101100 0 10 11010011 1011111 111001

Color Harmonies of #298DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298DFA

Black with #298DFA

Text Example


Text Example

White with #298DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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