Html Css Color HEX #407FC7 Curious Blue

📋 copy color: '#407FC7'

red 64 ◦ green 127 ◦ blue 199

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

Shades of Curious Blue #407FC7

Tints of Curious Blue #407FC7

RGB

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

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

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

R = 16.41%
G = 32.56%
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

#407FC7 (or 0x407FC7) is known color: Curious Blue. HEX triplet: 40, 7F and C7. RGB value is (64,127,199). Sum of RGB (Red+Green+Blue) = 64+127+199=390 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.41% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 199 (78.12% from 255 or 51.03% from 390); Max value from RGB is 199 - color contains mainly: blue. Hex color #407FC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407FC7 is #BF8038. Grayscale: #747474. Windows color (decimal): -12550201 or 13074240. OLE color: 13074240.

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

Color convert

RGB 64 127 199 -
CMYK 0.68 0.36 0 0.22
HSL 212º 0.55% 0.52% -
HSV(B) 212º 0.68% 0.78% -
XYZ 20.01 20.39 56.91 -
YUV 116.37 174.63 90.65 -
System Red Green Blue C M Y K H S L
Decimal 64 127 199 0.68 0.36 0 0.22 212 0.55 0.52
Hex 40 7F C7 44 24 0 16 D4 37 34
Octal 100 177 307 104 44 0 26 324 67 64
Binary 1000000 1111111 11000111 1000100 100100 0 10110 11010100 110111 110100

Color Harmonies of #407FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407FC7

Black with #407FC7

Text Example


Text Example

White with #407FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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