Html Css Color HEX #407FC5 Curious Blue

📋 copy color: '#407FC5'

red 64 ◦ green 127 ◦ blue 197

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

Shades of Curious Blue #407FC5

Tints of Curious Blue #407FC5

RGB

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

 GREEN value IS 127 (50% from 255) = 32.73%

 BLUE value IS 197 (77.34% from 255) = 50.77%

R = 16.49%
G = 32.73%
B = 50.77%

CMYK

 C value IS 0.68

 M value IS 0.36

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#407FC5 (or 0x407FC5) is known color: Curious Blue. HEX triplet: 40, 7F and C5. RGB value is (64,127,197). Sum of RGB (Red+Green+Blue) = 64+127+197=388 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.49% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 197 (77.34% from 255 or 50.77% from 388); Max value from RGB is 197 - color contains mainly: blue. Hex color #407FC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407FC5 is #BF803A. Grayscale: #737373. Windows color (decimal): -12550203 or 12943168. OLE color: 12943168.

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

Color convert

RGB 64 127 197 -
CMYK 0.68 0.36 0 0.23
HSL 211.58º 0.53% 0.51% -
HSV(B) 211.58º 0.68% 0.77% -
XYZ 19.78 20.3 55.7 -
YUV 116.14 173.63 90.81 -
System Red Green Blue C M Y K H S L
Decimal 64 127 197 0.68 0.36 0 0.23 211.58 0.53 0.51
Hex 40 7F C5 44 24 0 17 D4 35 33
Octal 100 177 305 104 44 0 27 324 65 63
Binary 1000000 1111111 11000101 1000100 100100 0 10111 11010100 110101 110011

Color Harmonies of #407FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407FC5

Black with #407FC5

Text Example


Text Example

White with #407FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,127,197); }

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

background-color css

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

 a { background-color: rgb(64,127,197); }

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

border-color css

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

 span { border-color: rgb(64,127,197); }

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