Html Css Color HEX #2479B8 Curious Blue

📋 copy color: '#2479B8'

red 36 ◦ green 121 ◦ blue 184

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

Shades of Curious Blue #2479B8

Tints of Curious Blue #2479B8

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.48%

 BLUE value IS 184 (72.27% from 255) = 53.96%

R = 10.56%
G = 35.48%
B = 53.96%

CMYK

 C value IS 0.80

 M value IS 0.34

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#2479B8 (or 0x2479B8) is known color: Curious Blue. HEX triplet: 24, 79 and B8. RGB value is (36,121,184). Sum of RGB (Red+Green+Blue) = 36+121+184=341 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.56% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 184 (72.27% from 255 or 53.96% from 341); Max value from RGB is 184 - color contains mainly: blue. Hex color #2479B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2479B8 is #DB8647. Grayscale: #666666. Windows color (decimal): -14386760 or 12089636. OLE color: 12089636.

HSL color Cylindrical-coordinate representation of color #2479B8: hue angle of 205.54º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2479B8 is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 36 121 184 -
CMYK 0.80 0.34 0 0.28
HSL 205.54º 0.67% 0.43% -
HSV(B) 205.54º 0.8% 0.72% -
XYZ 16.22 17.51 47.87 -
YUV 102.77 173.84 80.38 -
System Red Green Blue C M Y K H S L
Decimal 36 121 184 0.80 0.34 0 0.28 205.54 0.67 0.43
Hex 24 79 B8 50 22 0 1C CE 43 2B
Octal 44 171 270 120 42 0 34 316 103 53
Binary 100100 1111001 10111000 1010000 100010 0 11100 11001110 1000011 101011

Color Harmonies of #2479B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2479B8

Black with #2479B8

Text Example


Text Example

White with #2479B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2479B8; }

 p { color: rgb(36,121,184); }

 H1.HeaderClassName
 {
   color: #2479B8;
 }
 .AnyTagClassName
 {
   color: #2479B8;
 }
</style>

background-color css

<style>
 a { background-color: #2479B8; }

 a { background-color: rgb(36,121,184); }

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

border-color css

<style>
 span { border-color: #2479B8; }

 span { border-color: rgb(36,121,184); }

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