Html Css Color HEX #2481D3 Curious Blue

📋 copy color: '#2481D3'

red 36 ◦ green 129 ◦ blue 211

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

Shades of Curious Blue #2481D3

Tints of Curious Blue #2481D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 56.12%

R = 9.57%
G = 34.31%
B = 56.12%

CMYK

 C value IS 0.83

 M value IS 0.39

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#2481D3 (or 0x2481D3) is known color: Curious Blue. HEX triplet: 24, 81 and D3. RGB value is (36,129,211). Sum of RGB (Red+Green+Blue) = 36+129+211=376 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.57% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 211 (82.81% from 255 or 56.12% from 376); Max value from RGB is 211 - color contains mainly: blue. Hex color #2481D3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2481D3 is #DB7E2C. Grayscale: #6E6E6E. Windows color (decimal): -14384685 or 13861156. OLE color: 13861156.

HSL color Cylindrical-coordinate representation of color #2481D3: hue angle of 208.11º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2481D3 is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 36 129 211 -
CMYK 0.83 0.39 0 0.17
HSL 208.11º 0.71% 0.48% -
HSV(B) 208.11º 0.83% 0.83% -
XYZ 20.34 20.78 64.57 -
YUV 110.54 184.69 74.83 -
System Red Green Blue C M Y K H S L
Decimal 36 129 211 0.83 0.39 0 0.17 208.11 0.71 0.48
Hex 24 81 D3 53 27 0 11 D0 47 30
Octal 44 201 323 123 47 0 21 320 107 60
Binary 100100 10000001 11010011 1010011 100111 0 10001 11010000 1000111 110000

Color Harmonies of #2481D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2481D3

Black with #2481D3

Text Example


Text Example

White with #2481D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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