Html Css Color HEX #2477B9 Curious Blue

📋 copy color: '#2477B9'

red 36 ◦ green 119 ◦ blue 185

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

Shades of Curious Blue #2477B9

Tints of Curious Blue #2477B9

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35%

 BLUE value IS 185 (72.66% from 255) = 54.41%

R = 10.59%
G = 35%
B = 54.41%

CMYK

 C value IS 0.81

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2477B9 (or 0x2477B9) is known color: Curious Blue. HEX triplet: 24, 77 and B9. RGB value is (36,119,185). Sum of RGB (Red+Green+Blue) = 36+119+185=340 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.59% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 185 (72.66% from 255 or 54.41% from 340); Max value from RGB is 185 - color contains mainly: blue. Hex color #2477B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2477B9 is #DB8846. Grayscale: #656565. Windows color (decimal): -14387271 or 12154660. OLE color: 12154660.

HSL color Cylindrical-coordinate representation of color #2477B9: hue angle of 206.58º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2477B9 is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 36 119 185 -
CMYK 0.81 0.36 0 0.27
HSL 206.58º 0.67% 0.43% -
HSV(B) 206.58º 0.81% 0.73% -
XYZ 16.08 17.07 48.35 -
YUV 101.71 175 81.13 -
System Red Green Blue C M Y K H S L
Decimal 36 119 185 0.81 0.36 0 0.27 206.58 0.67 0.43
Hex 24 77 B9 51 24 0 1B CF 43 2B
Octal 44 167 271 121 44 0 33 317 103 53
Binary 100100 1110111 10111001 1010001 100100 0 11011 11001111 1000011 101011

Color Harmonies of #2477B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2477B9

Black with #2477B9

Text Example


Text Example

White with #2477B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2477B9; }

 p { color: rgb(36,119,185); }

 H1.HeaderClassName
 {
   color: #2477B9;
 }
 .AnyTagClassName
 {
   color: #2477B9;
 }
</style>

background-color css

<style>
 a { background-color: #2477B9; }

 a { background-color: rgb(36,119,185); }

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

border-color css

<style>
 span { border-color: #2477B9; }

 span { border-color: rgb(36,119,185); }

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