Html Css Color HEX #2983FC Dodger Blue

📋 copy color: '#2983FC'

red 41 ◦ green 131 ◦ blue 252

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

Shades of Dodger Blue #2983FC

Tints of Dodger Blue #2983FC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.9%

 BLUE value IS 252 (98.83% from 255) = 59.43%

R = 9.67%
G = 30.9%
B = 59.43%

CMYK

 C value IS 0.84

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2983FC (or 0x2983FC) is known color: Dodger Blue. HEX triplet: 29, 83 and FC. RGB value is (41,131,252). Sum of RGB (Red+Green+Blue) = 41+131+252=424 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.67% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 252 (98.83% from 255 or 59.43% from 424); Max value from RGB is 252 - color contains mainly: blue. Hex color #2983FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2983FC is #D67C03. Grayscale: #757575. Windows color (decimal): -14056452 or 16548649. OLE color: 16548649.

HSL color Cylindrical-coordinate representation of color #2983FC: hue angle of 214.41º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2983FC is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 41 131 252 -
CMYK 0.84 0.48 0 0.01
HSL 214.41º 0.97% 0.57% -
HSV(B) 214.41º 0.84% 0.99% -
XYZ 26.6 23.73 95.27 -
YUV 117.88 203.68 73.16 -
System Red Green Blue C M Y K H S L
Decimal 41 131 252 0.84 0.48 0 0.01 214.41 0.97 0.57
Hex 29 83 FC 54 30 0 1 D6 61 39
Octal 51 203 374 124 60 0 1 326 141 71
Binary 101001 10000011 11111100 1010100 110000 0 1 11010110 1100001 111001

Color Harmonies of #2983FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2983FC

Black with #2983FC

Text Example


Text Example

White with #2983FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2983FC; }

 p { color: rgb(41,131,252); }

 H1.HeaderClassName
 {
   color: #2983FC;
 }
 .AnyTagClassName
 {
   color: #2983FC;
 }
</style>

background-color css

<style>
 a { background-color: #2983FC; }

 a { background-color: rgb(41,131,252); }

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

border-color css

<style>
 span { border-color: #2983FC; }

 span { border-color: rgb(41,131,252); }

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