Html Css Color HEX #2481CE Curious Blue

📋 copy color: '#2481CE'

red 36 ◦ green 129 ◦ blue 206

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

Shades of Curious Blue #2481CE

Tints of Curious Blue #2481CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.53%

R = 9.7%
G = 34.77%
B = 55.53%

CMYK

 C value IS 0.83

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2481CE (or 0x2481CE) is known color: Curious Blue. HEX triplet: 24, 81 and CE. RGB value is (36,129,206). Sum of RGB (Red+Green+Blue) = 36+129+206=371 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.70% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #2481CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2481CE is #DB7E31. Grayscale: #6D6D6D. Windows color (decimal): -14384690 or 13533476. OLE color: 13533476.

HSL color Cylindrical-coordinate representation of color #2481CE: hue angle of 207.18º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2481CE is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 36 129 206 -
CMYK 0.83 0.37 0 0.19
HSL 207.18º 0.7% 0.47% -
HSV(B) 207.18º 0.83% 0.81% -
XYZ 19.72 20.53 61.32 -
YUV 109.97 182.19 75.24 -
System Red Green Blue C M Y K H S L
Decimal 36 129 206 0.83 0.37 0 0.19 207.18 0.7 0.47
Hex 24 81 CE 53 25 0 13 CF 46 2F
Octal 44 201 316 123 45 0 23 317 106 57
Binary 100100 10000001 11001110 1010011 100101 0 10011 11001111 1000110 101111

Color Harmonies of #2481CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2481CE

Black with #2481CE

Text Example


Text Example

White with #2481CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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