Html Css Color HEX #407FCD Curious Blue

📋 copy color: '#407FCD'

red 64 ◦ green 127 ◦ blue 205

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

Shades of Curious Blue #407FCD

Tints of Curious Blue #407FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.77%

R = 16.16%
G = 32.07%
B = 51.77%

CMYK

 C value IS 0.69

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#407FCD (or 0x407FCD) is known color: Curious Blue. HEX triplet: 40, 7F and CD. RGB value is (64,127,205). Sum of RGB (Red+Green+Blue) = 64+127+205=396 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.16% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #407FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407FCD is #BF8032. Grayscale: #747474. Windows color (decimal): -12550195 or 13467456. OLE color: 13467456.

HSL color Cylindrical-coordinate representation of color #407FCD: hue angle of 213.19º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #407FCD is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 127 205 -
CMYK 0.69 0.38 0 0.20
HSL 213.19º 0.59% 0.53% -
HSV(B) 213.19º 0.69% 0.8% -
XYZ 20.72 20.68 60.66 -
YUV 117.06 177.63 90.16 -
System Red Green Blue C M Y K H S L
Decimal 64 127 205 0.69 0.38 0 0.20 213.19 0.59 0.53
Hex 40 7F CD 45 26 0 14 D5 3B 35
Octal 100 177 315 105 46 0 24 325 73 65
Binary 1000000 1111111 11001101 1000101 100110 0 10100 11010101 111011 110101

Color Harmonies of #407FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407FCD

Black with #407FCD

Text Example


Text Example

White with #407FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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