Html Css Color HEX #407BC7 Curious Blue

📋 copy color: '#407BC7'

red 64 ◦ green 123 ◦ blue 199

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

Shades of Curious Blue #407BC7

Tints of Curious Blue #407BC7

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.87%

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

R = 16.58%
G = 31.87%
B = 51.55%

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

#407BC7 (or 0x407BC7) is known color: Curious Blue. HEX triplet: 40, 7B and C7. RGB value is (64,123,199). Sum of RGB (Red+Green+Blue) = 64+123+199=386 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.58% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 199 (78.12% from 255 or 51.55% from 386); Max value from RGB is 199 - color contains mainly: blue. Hex color #407BC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407BC7 is #BF8438. Grayscale: #717171. Windows color (decimal): -12551225 or 13073216. OLE color: 13073216.

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

Color convert

RGB 64 123 199 -
CMYK 0.68 0.38 0 0.22
HSL 213.78º 0.55% 0.52% -
HSV(B) 213.78º 0.68% 0.78% -
XYZ 19.51 19.38 56.75 -
YUV 114.02 175.95 92.32 -
System Red Green Blue C M Y K H S L
Decimal 64 123 199 0.68 0.38 0 0.22 213.78 0.55 0.52
Hex 40 7B C7 44 26 0 16 D6 37 34
Octal 100 173 307 104 46 0 26 326 67 64
Binary 1000000 1111011 11000111 1000100 100110 0 10110 11010110 110111 110100

Color Harmonies of #407BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407BC7

Black with #407BC7

Text Example


Text Example

White with #407BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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