Html Css Color HEX #407CC7 Curious Blue

📋 copy color: '#407CC7'

red 64 ◦ green 124 ◦ blue 199

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

Shades of Curious Blue #407CC7

Tints of Curious Blue #407CC7

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.04%

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

R = 16.54%
G = 32.04%
B = 51.42%

CMYK

 C value IS 0.68

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#407CC7 (or 0x407CC7) is known color: Curious Blue. HEX triplet: 40, 7C and C7. RGB value is (64,124,199). Sum of RGB (Red+Green+Blue) = 64+124+199=387 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.54% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 199 (78.12% from 255 or 51.42% from 387); Max value from RGB is 199 - color contains mainly: blue. Hex color #407CC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407CC7 is #BF8338. Grayscale: #727272. Windows color (decimal): -12550969 or 13073472. OLE color: 13073472.

HSL color Cylindrical-coordinate representation of color #407CC7: hue angle of 213.33º 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 #407CC7 is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 64 124 199 -
CMYK 0.68 0.38 0 0.22
HSL 213.33º 0.55% 0.52% -
HSV(B) 213.33º 0.68% 0.78% -
XYZ 19.63 19.63 56.79 -
YUV 114.61 175.62 91.9 -
System Red Green Blue C M Y K H S L
Decimal 64 124 199 0.68 0.38 0 0.22 213.33 0.55 0.52
Hex 40 7C C7 44 26 0 16 D5 37 34
Octal 100 174 307 104 46 0 26 325 67 64
Binary 1000000 1111100 11000111 1000100 100110 0 10110 11010101 110111 110100

Color Harmonies of #407CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407CC7

Black with #407CC7

Text Example


Text Example

White with #407CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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