Html Css Color HEX #407EC7 Curious Blue

📋 copy color: '#407EC7'

red 64 ◦ green 126 ◦ blue 199

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

Shades of Curious Blue #407EC7

Tints of Curious Blue #407EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 51.16%

R = 16.45%
G = 32.39%
B = 51.16%

CMYK

 C value IS 0.68

 M value IS 0.37

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#407EC7 (or 0x407EC7) is known color: Curious Blue. HEX triplet: 40, 7E and C7. RGB value is (64,126,199). Sum of RGB (Red+Green+Blue) = 64+126+199=389 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.45% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 199 (78.12% from 255 or 51.16% from 389); Max value from RGB is 199 - color contains mainly: blue. Hex color #407EC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407EC7 is #BF8138. Grayscale: #737373. Windows color (decimal): -12550457 or 13073984. OLE color: 13073984.

HSL color Cylindrical-coordinate representation of color #407EC7: hue angle of 212.44º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #407EC7 is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 64 126 199 -
CMYK 0.68 0.37 0 0.22
HSL 212.44º 0.55% 0.52% -
HSV(B) 212.44º 0.68% 0.78% -
XYZ 19.88 20.14 56.87 -
YUV 115.78 174.96 91.06 -
System Red Green Blue C M Y K H S L
Decimal 64 126 199 0.68 0.37 0 0.22 212.44 0.55 0.52
Hex 40 7E C7 44 25 0 16 D4 37 34
Octal 100 176 307 104 45 0 26 324 67 64
Binary 1000000 1111110 11000111 1000100 100101 0 10110 11010100 110111 110100

Color Harmonies of #407EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407EC7

Black with #407EC7

Text Example


Text Example

White with #407EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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