Html Css Color HEX #407FD0 Curious Blue

📋 copy color: '#407FD0'

red 64 ◦ green 127 ◦ blue 208

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

Shades of Curious Blue #407FD0

Tints of Curious Blue #407FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 52.13%

R = 16.04%
G = 31.83%
B = 52.13%

CMYK

 C value IS 0.69

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#407FD0 (or 0x407FD0) is known color: Curious Blue. HEX triplet: 40, 7F and D0. RGB value is (64,127,208). Sum of RGB (Red+Green+Blue) = 64+127+208=399 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.04% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 208 (81.64% from 255 or 52.13% from 399); Max value from RGB is 208 - color contains mainly: blue. Hex color #407FD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407FD0 is #BF802F. Grayscale: #757575. Windows color (decimal): -12550192 or 13664064. OLE color: 13664064.

HSL color Cylindrical-coordinate representation of color #407FD0: hue angle of 213.75º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #407FD0 is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 64 127 208 -
CMYK 0.69 0.39 0 0.18
HSL 213.75º 0.61% 0.53% -
HSV(B) 213.75º 0.69% 0.82% -
XYZ 21.09 20.82 62.58 -
YUV 117.4 179.13 89.91 -
System Red Green Blue C M Y K H S L
Decimal 64 127 208 0.69 0.39 0 0.18 213.75 0.61 0.53
Hex 40 7F D0 45 27 0 12 D6 3D 35
Octal 100 177 320 105 47 0 22 326 75 65
Binary 1000000 1111111 11010000 1000101 100111 0 10010 11010110 111101 110101

Color Harmonies of #407FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407FD0

Black with #407FD0

Text Example


Text Example

White with #407FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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