Html Css Color HEX #4080CC Curious Blue

📋 copy color: '#4080CC'

red 64 ◦ green 128 ◦ blue 204

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

Shades of Curious Blue #4080CC

Tints of Curious Blue #4080CC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.32%

 BLUE value IS 204 (80.08% from 255) = 51.52%

R = 16.16%
G = 32.32%
B = 51.52%

CMYK

 C value IS 0.69

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4080CC (or 0x4080CC) is known color: Curious Blue. HEX triplet: 40, 80 and CC. RGB value is (64,128,204). Sum of RGB (Red+Green+Blue) = 64+128+204=396 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.16% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #4080CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4080CC is #BF7F33. Grayscale: #757575. Windows color (decimal): -12549940 or 13402176. OLE color: 13402176.

HSL color Cylindrical-coordinate representation of color #4080CC: hue angle of 212.57º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4080CC is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 64 128 204 -
CMYK 0.69 0.37 0 0.2
HSL 212.57º 0.58% 0.53% -
HSV(B) 212.57º 0.69% 0.8% -
XYZ 20.73 20.89 60.07 -
YUV 117.53 176.8 89.82 -
System Red Green Blue C M Y K H S L
Decimal 64 128 204 0.69 0.37 0 0.2 212.57 0.58 0.53
Hex 40 80 CC 45 25 0 14 D5 3A 35
Octal 100 200 314 105 45 0 24 325 72 65
Binary 1000000 10000000 11001100 1000101 100101 0 10100 11010101 111010 110101

Color Harmonies of #4080CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4080CC

Black with #4080CC

Text Example


Text Example

White with #4080CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4080CC; }

 p { color: rgb(64,128,204); }

 H1.HeaderClassName
 {
   color: #4080CC;
 }
 .AnyTagClassName
 {
   color: #4080CC;
 }
</style>

background-color css

<style>
 a { background-color: #4080CC; }

 a { background-color: rgb(64,128,204); }

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

border-color css

<style>
 span { border-color: #4080CC; }

 span { border-color: rgb(64,128,204); }

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