Html Css Color HEX #2481BB Curious Blue

📋 copy color: '#2481BB'

red 36 ◦ green 129 ◦ blue 187

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

Shades of Curious Blue #2481BB

Tints of Curious Blue #2481BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 53.13%

R = 10.23%
G = 36.65%
B = 53.13%

CMYK

 C value IS 0.81

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2481BB (or 0x2481BB) is known color: Curious Blue. HEX triplet: 24, 81 and BB. RGB value is (36,129,187). Sum of RGB (Red+Green+Blue) = 36+129+187=352 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.23% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #2481BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2481BB is #DB7E44. Grayscale: #6B6B6B. Windows color (decimal): -14384709 or 12288292. OLE color: 12288292.

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

Color convert

RGB 36 129 187 -
CMYK 0.81 0.31 0 0.27
HSL 203.05º 0.68% 0.44% -
HSV(B) 203.05º 0.81% 0.73% -
XYZ 17.55 19.66 49.88 -
YUV 107.81 172.69 76.78 -
System Red Green Blue C M Y K H S L
Decimal 36 129 187 0.81 0.31 0 0.27 203.05 0.68 0.44
Hex 24 81 BB 51 1F 0 1B CB 44 2C
Octal 44 201 273 121 37 0 33 313 104 54
Binary 100100 10000001 10111011 1010001 11111 0 11011 11001011 1000100 101100

Color Harmonies of #2481BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2481BB

Black with #2481BB

Text Example


Text Example

White with #2481BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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