Html Css Color HEX #2481EC Dodger Blue

📋 copy color: '#2481EC'

red 36 ◦ green 129 ◦ blue 236

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

Shades of Dodger Blue #2481EC

Tints of Dodger Blue #2481EC

RGB

 RED value IS 36 (14.45% from 255) = 8.98%

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

 BLUE value IS 236 (92.58% from 255) = 58.85%

R = 8.98%
G = 32.17%
B = 58.85%

CMYK

 C value IS 0.85

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2481EC (or 0x2481EC) is known color: Dodger Blue. HEX triplet: 24, 81 and EC. RGB value is (36,129,236). Sum of RGB (Red+Green+Blue) = 36+129+236=401 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.98% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 236 (92.58% from 255 or 58.85% from 401); Max value from RGB is 236 - color contains mainly: blue. Hex color #2481EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2481EC is #DB7E13. Grayscale: #707070. Windows color (decimal): -14384660 or 15499556. OLE color: 15499556.

HSL color Cylindrical-coordinate representation of color #2481EC: hue angle of 212.1º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2481EC is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 36 129 236 -
CMYK 0.85 0.45 0 0.07
HSL 212.1º 0.84% 0.53% -
HSV(B) 212.1º 0.85% 0.93% -
XYZ 23.72 22.13 82.38 -
YUV 113.39 197.19 72.8 -
System Red Green Blue C M Y K H S L
Decimal 36 129 236 0.85 0.45 0 0.07 212.1 0.84 0.53
Hex 24 81 EC 55 2D 0 7 D4 54 35
Octal 44 201 354 125 55 0 7 324 124 65
Binary 100100 10000001 11101100 1010101 101101 0 111 11010100 1010100 110101

Color Harmonies of #2481EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2481EC

Black with #2481EC

Text Example


Text Example

White with #2481EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2481EC; }

 p { color: rgb(36,129,236); }

 H1.HeaderClassName
 {
   color: #2481EC;
 }
 .AnyTagClassName
 {
   color: #2481EC;
 }
</style>

background-color css

<style>
 a { background-color: #2481EC; }

 a { background-color: rgb(36,129,236); }

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

border-color css

<style>
 span { border-color: #2481EC; }

 span { border-color: rgb(36,129,236); }

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