Html Css Color HEX #407EC6 Curious Blue

📋 copy color: '#407EC6'

red 64 ◦ green 126 ◦ blue 198

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

Shades of Curious Blue #407EC6

Tints of Curious Blue #407EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 51.03%

R = 16.49%
G = 32.47%
B = 51.03%

CMYK

 C value IS 0.68

 M value IS 0.36

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#407EC6 (or 0x407EC6) is known color: Curious Blue. HEX triplet: 40, 7E and C6. RGB value is (64,126,198). Sum of RGB (Red+Green+Blue) = 64+126+198=388 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.49% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 198 (77.73% from 255 or 51.03% from 388); Max value from RGB is 198 - color contains mainly: blue. Hex color #407EC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407EC6 is #BF8139. Grayscale: #737373. Windows color (decimal): -12550458 or 13008448. OLE color: 13008448.

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

Color convert

RGB 64 126 198 -
CMYK 0.68 0.36 0 0.22
HSL 212.24º 0.54% 0.51% -
HSV(B) 212.24º 0.68% 0.78% -
XYZ 19.77 20.09 56.26 -
YUV 115.67 174.46 91.15 -
System Red Green Blue C M Y K H S L
Decimal 64 126 198 0.68 0.36 0 0.22 212.24 0.54 0.51
Hex 40 7E C6 44 24 0 16 D4 36 33
Octal 100 176 306 104 44 0 26 324 66 63
Binary 1000000 1111110 11000110 1000100 100100 0 10110 11010100 110110 110011

Color Harmonies of #407EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407EC6

Black with #407EC6

Text Example


Text Example

White with #407EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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