Html Css Color HEX #2481EB Dodger Blue

📋 copy color: '#2481EB'

red 36 ◦ green 129 ◦ blue 235

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

Shades of Dodger Blue #2481EB

Tints of Dodger Blue #2481EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 58.75%

R = 9%
G = 32.25%
B = 58.75%

CMYK

 C value IS 0.85

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2481EB (or 0x2481EB) is known color: Dodger Blue. HEX triplet: 24, 81 and EB. RGB value is (36,129,235). Sum of RGB (Red+Green+Blue) = 36+129+235=400 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 235 (92.19% from 255 or 58.75% from 400); Max value from RGB is 235 - color contains mainly: blue. Hex color #2481EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2481EB is #DB7E14. Grayscale: #707070. Windows color (decimal): -14384661 or 15434020. OLE color: 15434020.

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

Color convert

RGB 36 129 235 -
CMYK 0.85 0.45 0 0.08
HSL 211.96º 0.83% 0.53% -
HSV(B) 211.96º 0.85% 0.92% -
XYZ 23.57 22.07 81.62 -
YUV 113.28 196.69 72.88 -
System Red Green Blue C M Y K H S L
Decimal 36 129 235 0.85 0.45 0 0.08 211.96 0.83 0.53
Hex 24 81 EB 55 2D 0 8 D4 53 35
Octal 44 201 353 125 55 0 10 324 123 65
Binary 100100 10000001 11101011 1010101 101101 0 1000 11010100 1010011 110101

Color Harmonies of #2481EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2481EB

Black with #2481EB

Text Example


Text Example

White with #2481EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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