Html Css Color HEX #407CCC Curious Blue

📋 copy color: '#407CCC'

red 64 ◦ green 124 ◦ blue 204

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

Shades of Curious Blue #407CCC

Tints of Curious Blue #407CCC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.63%

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

R = 16.33%
G = 31.63%
B = 52.04%

CMYK

 C value IS 0.69

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#407CCC (or 0x407CCC) is known color: Curious Blue. HEX triplet: 40, 7C and CC. RGB value is (64,124,204). Sum of RGB (Red+Green+Blue) = 64+124+204=392 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.33% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #407CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407CCC is #BF8333. Grayscale: #727272. Windows color (decimal): -12550964 or 13401152. OLE color: 13401152.

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

Color convert

RGB 64 124 204 -
CMYK 0.69 0.39 0 0.2
HSL 214.29º 0.58% 0.53% -
HSV(B) 214.29º 0.69% 0.8% -
XYZ 20.22 19.86 59.9 -
YUV 115.18 178.12 91.5 -
System Red Green Blue C M Y K H S L
Decimal 64 124 204 0.69 0.39 0 0.2 214.29 0.58 0.53
Hex 40 7C CC 45 27 0 14 D6 3A 35
Octal 100 174 314 105 47 0 24 326 72 65
Binary 1000000 1111100 11001100 1000101 100111 0 10100 11010110 111010 110101

Color Harmonies of #407CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407CCC

Black with #407CCC

Text Example


Text Example

White with #407CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407CCC; }

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

 H1.HeaderClassName
 {
   color: #407CCC;
 }
 .AnyTagClassName
 {
   color: #407CCC;
 }
</style>

background-color css

<style>
 a { background-color: #407CCC; }

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

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

border-color css

<style>
 span { border-color: #407CCC; }

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

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