Html Css Color HEX #2481BE Curious Blue

📋 copy color: '#2481BE'

red 36 ◦ green 129 ◦ blue 190

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

Shades of Curious Blue #2481BE

Tints of Curious Blue #2481BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.52%

R = 10.14%
G = 36.34%
B = 53.52%

CMYK

 C value IS 0.81

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2481BE (or 0x2481BE) is known color: Curious Blue. HEX triplet: 24, 81 and BE. RGB value is (36,129,190). Sum of RGB (Red+Green+Blue) = 36+129+190=355 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.14% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #2481BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2481BE is #DB7E41. Grayscale: #6B6B6B. Windows color (decimal): -14384706 or 12484900. OLE color: 12484900.

HSL color Cylindrical-coordinate representation of color #2481BE: hue angle of 203.77º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2481BE is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 36 129 190 -
CMYK 0.81 0.32 0 0.25
HSL 203.77º 0.68% 0.44% -
HSV(B) 203.77º 0.81% 0.75% -
XYZ 17.87 19.79 51.59 -
YUV 108.15 174.19 76.54 -
System Red Green Blue C M Y K H S L
Decimal 36 129 190 0.81 0.32 0 0.25 203.77 0.68 0.44
Hex 24 81 BE 51 20 0 19 CC 44 2C
Octal 44 201 276 121 40 0 31 314 104 54
Binary 100100 10000001 10111110 1010001 100000 0 11001 11001100 1000100 101100

Color Harmonies of #2481BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2481BE

Black with #2481BE

Text Example


Text Example

White with #2481BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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