Html Css Color HEX #4077C9 Curious Blue

📋 copy color: '#4077C9'

red 64 ◦ green 119 ◦ blue 201

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

Shades of Curious Blue #4077C9

Tints of Curious Blue #4077C9

RGB

 RED value IS 64 (25.39% from 255) = 16.67%

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

 BLUE value IS 201 (78.91% from 255) = 52.34%

R = 16.67%
G = 30.99%
B = 52.34%

CMYK

 C value IS 0.68

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4077C9 (or 0x4077C9) is known color: Curious Blue. HEX triplet: 40, 77 and C9. RGB value is (64,119,201). Sum of RGB (Red+Green+Blue) = 64+119+201=384 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.67% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 201 (78.91% from 255 or 52.34% from 384); Max value from RGB is 201 - color contains mainly: blue. Hex color #4077C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4077C9 is #BF8836. Grayscale: #6F6F6F. Windows color (decimal): -12552247 or 13203264. OLE color: 13203264.

HSL color Cylindrical-coordinate representation of color #4077C9: hue angle of 215.91º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4077C9 is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 64 119 201 -
CMYK 0.68 0.41 0 0.21
HSL 215.91º 0.56% 0.52% -
HSV(B) 215.91º 0.68% 0.79% -
XYZ 19.25 18.5 57.81 -
YUV 111.9 178.28 93.83 -
System Red Green Blue C M Y K H S L
Decimal 64 119 201 0.68 0.41 0 0.21 215.91 0.56 0.52
Hex 40 77 C9 44 29 0 15 D8 38 34
Octal 100 167 311 104 51 0 25 330 70 64
Binary 1000000 1110111 11001001 1000100 101001 0 10101 11011000 111000 110100

Color Harmonies of #4077C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4077C9

Black with #4077C9

Text Example


Text Example

White with #4077C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4077C9; }

 p { color: rgb(64,119,201); }

 H1.HeaderClassName
 {
   color: #4077C9;
 }
 .AnyTagClassName
 {
   color: #4077C9;
 }
</style>

background-color css

<style>
 a { background-color: #4077C9; }

 a { background-color: rgb(64,119,201); }

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

border-color css

<style>
 span { border-color: #4077C9; }

 span { border-color: rgb(64,119,201); }

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