Html Css Color HEX #407ECE Curious Blue

📋 copy color: '#407ECE'

red 64 ◦ green 126 ◦ blue 206

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

Shades of Curious Blue #407ECE

Tints of Curious Blue #407ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.02%

R = 16.16%
G = 31.82%
B = 52.02%

CMYK

 C value IS 0.69

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#407ECE (or 0x407ECE) is known color: Curious Blue. HEX triplet: 40, 7E and CE. RGB value is (64,126,206). Sum of RGB (Red+Green+Blue) = 64+126+206=396 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.16% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #407ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407ECE is #BF8131. Grayscale: #747474. Windows color (decimal): -12550450 or 13532736. OLE color: 13532736.

HSL color Cylindrical-coordinate representation of color #407ECE: hue angle of 213.8º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #407ECE is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 126 206 -
CMYK 0.69 0.39 0 0.19
HSL 213.8º 0.59% 0.53% -
HSV(B) 213.8º 0.69% 0.81% -
XYZ 20.72 20.47 61.25 -
YUV 116.58 178.46 90.5 -
System Red Green Blue C M Y K H S L
Decimal 64 126 206 0.69 0.39 0 0.19 213.8 0.59 0.53
Hex 40 7E CE 45 27 0 13 D6 3B 35
Octal 100 176 316 105 47 0 23 326 73 65
Binary 1000000 1111110 11001110 1000101 100111 0 10011 11010110 111011 110101

Color Harmonies of #407ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407ECE

Black with #407ECE

Text Example


Text Example

White with #407ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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