Html Css Color HEX #407DCD Curious Blue

📋 copy color: '#407DCD'

red 64 ◦ green 125 ◦ blue 205

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

Shades of Curious Blue #407DCD

Tints of Curious Blue #407DCD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.73%

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

R = 16.24%
G = 31.73%
B = 52.03%

CMYK

 C value IS 0.69

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#407DCD (or 0x407DCD) is known color: Curious Blue. HEX triplet: 40, 7D and CD. RGB value is (64,125,205). Sum of RGB (Red+Green+Blue) = 64+125+205=394 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.24% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #407DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407DCD is #BF8232. Grayscale: #737373. Windows color (decimal): -12550707 or 13466944. OLE color: 13466944.

HSL color Cylindrical-coordinate representation of color #407DCD: hue angle of 214.04º 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 #407DCD is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 125 205 -
CMYK 0.69 0.39 0 0.20
HSL 214.04º 0.59% 0.53% -
HSV(B) 214.04º 0.69% 0.8% -
XYZ 20.47 20.17 60.57 -
YUV 115.88 178.29 91 -
System Red Green Blue C M Y K H S L
Decimal 64 125 205 0.69 0.39 0 0.20 214.04 0.59 0.53
Hex 40 7D CD 45 27 0 14 D6 3B 35
Octal 100 175 315 105 47 0 24 326 73 65
Binary 1000000 1111101 11001101 1000101 100111 0 10100 11010110 111011 110101

Color Harmonies of #407DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407DCD

Black with #407DCD

Text Example


Text Example

White with #407DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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