Html Css Color HEX #298AFA Dodger Blue

📋 copy color: '#298AFA'

red 41 ◦ green 138 ◦ blue 250

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

Shades of Dodger Blue #298AFA

Tints of Dodger Blue #298AFA

RGB

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

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

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

R = 9.56%
G = 32.17%
B = 58.28%

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

#298AFA (or 0x298AFA) is known color: Dodger Blue. HEX triplet: 29, 8A and FA. RGB value is (41,138,250). Sum of RGB (Red+Green+Blue) = 41+138+250=429 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.56% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #298AFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #298AFA is #D67505. Grayscale: #797979. Windows color (decimal): -14054662 or 16419369. OLE color: 16419369.

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

Color convert

RGB 41 138 250 -
CMYK 0.84 0.45 0 0.02
HSL 212.15º 0.95% 0.57% -
HSV(B) 212.15º 0.84% 0.98% -
XYZ 27.26 25.55 93.94 -
YUV 121.77 200.36 70.39 -
System Red Green Blue C M Y K H S L
Decimal 41 138 250 0.84 0.45 0 0.02 212.15 0.95 0.57
Hex 29 8A FA 54 2D 0 2 D4 5F 39
Octal 51 212 372 124 55 0 2 324 137 71
Binary 101001 10001010 11111010 1010100 101101 0 10 11010100 1011111 111001

Color Harmonies of #298AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298AFA

Black with #298AFA

Text Example


Text Example

White with #298AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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