Html Css Color HEX #2481ED Dodger Blue

📋 copy color: '#2481ED'

red 36 ◦ green 129 ◦ blue 237

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

Shades of Dodger Blue #2481ED

Tints of Dodger Blue #2481ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 58.96%

R = 8.96%
G = 32.09%
B = 58.96%

CMYK

 C value IS 0.85

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2481ED (or 0x2481ED) is known color: Dodger Blue. HEX triplet: 24, 81 and ED. RGB value is (36,129,237). Sum of RGB (Red+Green+Blue) = 36+129+237=402 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.96% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 237 (92.97% from 255 or 58.96% from 402); Max value from RGB is 237 - color contains mainly: blue. Hex color #2481ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2481ED is #DB7E12. Grayscale: #707070. Windows color (decimal): -14384659 or 15565092. OLE color: 15565092.

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

Color convert

RGB 36 129 237 -
CMYK 0.85 0.46 0 0.07
HSL 212.24º 0.85% 0.54% -
HSV(B) 212.24º 0.85% 0.93% -
XYZ 23.86 22.19 83.15 -
YUV 113.51 197.69 72.72 -
System Red Green Blue C M Y K H S L
Decimal 36 129 237 0.85 0.46 0 0.07 212.24 0.85 0.54
Hex 24 81 ED 55 2E 0 7 D4 55 36
Octal 44 201 355 125 56 0 7 324 125 66
Binary 100100 10000001 11101101 1010101 101110 0 111 11010100 1010101 110110

Color Harmonies of #2481ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2481ED

Black with #2481ED

Text Example


Text Example

White with #2481ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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