Html Css Color HEX #4082CC Curious Blue

📋 copy color: '#4082CC'

red 64 ◦ green 130 ◦ blue 204

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

Shades of Curious Blue #4082CC

Tints of Curious Blue #4082CC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.66%

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

R = 16.08%
G = 32.66%
B = 51.26%

CMYK

 C value IS 0.69

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4082CC (or 0x4082CC) is known color: Curious Blue. HEX triplet: 40, 82 and CC. RGB value is (64,130,204). Sum of RGB (Red+Green+Blue) = 64+130+204=398 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.08% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #4082CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4082CC is #BF7D33. Grayscale: #767676. Windows color (decimal): -12549428 or 13402688. OLE color: 13402688.

HSL color Cylindrical-coordinate representation of color #4082CC: hue angle of 211.71º 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 #4082CC is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 64 130 204 -
CMYK 0.69 0.36 0 0.2
HSL 211.71º 0.58% 0.53% -
HSV(B) 211.71º 0.69% 0.8% -
XYZ 21 21.41 60.15 -
YUV 118.7 176.13 88.98 -
System Red Green Blue C M Y K H S L
Decimal 64 130 204 0.69 0.36 0 0.2 211.71 0.58 0.53
Hex 40 82 CC 45 24 0 14 D4 3A 35
Octal 100 202 314 105 44 0 24 324 72 65
Binary 1000000 10000010 11001100 1000101 100100 0 10100 11010100 111010 110101

Color Harmonies of #4082CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4082CC

Black with #4082CC

Text Example


Text Example

White with #4082CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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