Html Css Color HEX #407ECC Curious Blue

📋 copy color: '#407ECC'

red 64 ◦ green 126 ◦ blue 204

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

Shades of Curious Blue #407ECC

Tints of Curious Blue #407ECC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.98%

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

R = 16.24%
G = 31.98%
B = 51.78%

CMYK

 C value IS 0.69

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#407ECC (or 0x407ECC) is known color: Curious Blue. HEX triplet: 40, 7E and CC. RGB value is (64,126,204). Sum of RGB (Red+Green+Blue) = 64+126+204=394 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.24% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #407ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407ECC is #BF8133. Grayscale: #737373. Windows color (decimal): -12550452 or 13401664. OLE color: 13401664.

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

Color convert

RGB 64 126 204 -
CMYK 0.69 0.38 0 0.2
HSL 213.43º 0.58% 0.53% -
HSV(B) 213.43º 0.69% 0.8% -
XYZ 20.47 20.37 59.98 -
YUV 116.35 177.46 90.66 -
System Red Green Blue C M Y K H S L
Decimal 64 126 204 0.69 0.38 0 0.2 213.43 0.58 0.53
Hex 40 7E CC 45 26 0 14 D5 3A 35
Octal 100 176 314 105 46 0 24 325 72 65
Binary 1000000 1111110 11001100 1000101 100110 0 10100 11010101 111010 110101

Color Harmonies of #407ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407ECC

Black with #407ECC

Text Example


Text Example

White with #407ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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