Html Css Color HEX #2981FA Dodger Blue

📋 copy color: '#2981FA'

red 41 ◦ green 129 ◦ blue 250

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

Shades of Dodger Blue #2981FA

Tints of Dodger Blue #2981FA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.71%

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

R = 9.76%
G = 30.71%
B = 59.52%

CMYK

 C value IS 0.84

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2981FA (or 0x2981FA) is known color: Dodger Blue. HEX triplet: 29, 81 and FA. RGB value is (41,129,250). Sum of RGB (Red+Green+Blue) = 41+129+250=420 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.76% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 250 (98.05% from 255 or 59.52% from 420); Max value from RGB is 250 - color contains mainly: blue. Hex color #2981FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2981FA is #D67E05. Grayscale: #737373. Windows color (decimal): -14056966 or 16417065. OLE color: 16417065.

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

Color convert

RGB 41 129 250 -
CMYK 0.84 0.48 0 0.02
HSL 214.74º 0.95% 0.57% -
HSV(B) 214.74º 0.84% 0.98% -
XYZ 26.02 23.07 93.52 -
YUV 116.48 203.35 74.16 -
System Red Green Blue C M Y K H S L
Decimal 41 129 250 0.84 0.48 0 0.02 214.74 0.95 0.57
Hex 29 81 FA 54 30 0 2 D7 5F 39
Octal 51 201 372 124 60 0 2 327 137 71
Binary 101001 10000001 11111010 1010100 110000 0 10 11010111 1011111 111001

Color Harmonies of #2981FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2981FA

Black with #2981FA

Text Example


Text Example

White with #2981FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2981FA; }

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

 H1.HeaderClassName
 {
   color: #2981FA;
 }
 .AnyTagClassName
 {
   color: #2981FA;
 }
</style>

background-color css

<style>
 a { background-color: #2981FA; }

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

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

border-color css

<style>
 span { border-color: #2981FA; }

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

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