Html Css Color HEX #407BCD Curious Blue

📋 copy color: '#407BCD'

red 64 ◦ green 123 ◦ blue 205

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

Shades of Curious Blue #407BCD

Tints of Curious Blue #407BCD

RGB

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

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

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

R = 16.33%
G = 31.38%
B = 52.3%

CMYK

 C value IS 0.69

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#407BCD (or 0x407BCD) is known color: Curious Blue. HEX triplet: 40, 7B and CD. RGB value is (64,123,205). Sum of RGB (Red+Green+Blue) = 64+123+205=392 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.33% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 205 (80.47% from 255 or 52.30% from 392); Max value from RGB is 205 - color contains mainly: blue. Hex color #407BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407BCD is #BF8432. Grayscale: #727272. Windows color (decimal): -12551219 or 13466432. OLE color: 13466432.

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

Color convert

RGB 64 123 205 -
CMYK 0.69 0.4 0 0.20
HSL 214.89º 0.59% 0.53% -
HSV(B) 214.89º 0.69% 0.8% -
XYZ 20.22 19.66 60.49 -
YUV 114.71 178.95 91.83 -
System Red Green Blue C M Y K H S L
Decimal 64 123 205 0.69 0.4 0 0.20 214.89 0.59 0.53
Hex 40 7B CD 45 28 0 14 D7 3B 35
Octal 100 173 315 105 50 0 24 327 73 65
Binary 1000000 1111011 11001101 1000101 101000 0 10100 11010111 111011 110101

Color Harmonies of #407BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407BCD

Black with #407BCD

Text Example


Text Example

White with #407BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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