Html Css Color HEX #407ECD Curious Blue

📋 copy color: '#407ECD'

red 64 ◦ green 126 ◦ blue 205

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

Shades of Curious Blue #407ECD

Tints of Curious Blue #407ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.9%

R = 16.2%
G = 31.9%
B = 51.9%

CMYK

 C value IS 0.69

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#407ECD (or 0x407ECD) is known color: Curious Blue. HEX triplet: 40, 7E and CD. RGB value is (64,126,205). Sum of RGB (Red+Green+Blue) = 64+126+205=395 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.20% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #407ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407ECD is #BF8132. Grayscale: #747474. Windows color (decimal): -12550451 or 13467200. OLE color: 13467200.

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

Color convert

RGB 64 126 205 -
CMYK 0.69 0.39 0 0.20
HSL 213.62º 0.59% 0.53% -
HSV(B) 213.62º 0.69% 0.8% -
XYZ 20.59 20.42 60.61 -
YUV 116.47 177.96 90.58 -
System Red Green Blue C M Y K H S L
Decimal 64 126 205 0.69 0.39 0 0.20 213.62 0.59 0.53
Hex 40 7E CD 45 27 0 14 D6 3B 35
Octal 100 176 315 105 47 0 24 326 73 65
Binary 1000000 1111110 11001101 1000101 100111 0 10100 11010110 111011 110101

Color Harmonies of #407ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407ECD

Black with #407ECD

Text Example


Text Example

White with #407ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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