Html Css Color HEX #4080CA Curious Blue

📋 copy color: '#4080CA'

red 64 ◦ green 128 ◦ blue 202

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

Shades of Curious Blue #4080CA

Tints of Curious Blue #4080CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.27%

R = 16.24%
G = 32.49%
B = 51.27%

CMYK

 C value IS 0.68

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4080CA (or 0x4080CA) is known color: Curious Blue. HEX triplet: 40, 80 and CA. RGB value is (64,128,202). Sum of RGB (Red+Green+Blue) = 64+128+202=394 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.24% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 202 (79.30% from 255 or 51.27% from 394); Max value from RGB is 202 - color contains mainly: blue. Hex color #4080CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4080CA is #BF7F35. Grayscale: #747474. Windows color (decimal): -12549942 or 13271104. OLE color: 13271104.

HSL color Cylindrical-coordinate representation of color #4080CA: hue angle of 212.17º degrees, saturation: 0.57, 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 #4080CA is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 64 128 202 -
CMYK 0.68 0.37 0 0.21
HSL 212.17º 0.57% 0.52% -
HSV(B) 212.17º 0.68% 0.79% -
XYZ 20.49 20.79 58.81 -
YUV 117.3 175.8 89.98 -
System Red Green Blue C M Y K H S L
Decimal 64 128 202 0.68 0.37 0 0.21 212.17 0.57 0.52
Hex 40 80 CA 44 25 0 15 D4 39 34
Octal 100 200 312 104 45 0 25 324 71 64
Binary 1000000 10000000 11001010 1000100 100101 0 10101 11010100 111001 110100

Color Harmonies of #4080CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4080CA

Black with #4080CA

Text Example


Text Example

White with #4080CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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