Html Css Color HEX #407ECF Curious Blue

📋 copy color: '#407ECF'

red 64 ◦ green 126 ◦ blue 207

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

Shades of Curious Blue #407ECF

Tints of Curious Blue #407ECF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.74%

 BLUE value IS 207 (81.25% from 255) = 52.14%

R = 16.12%
G = 31.74%
B = 52.14%

CMYK

 C value IS 0.69

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#407ECF (or 0x407ECF) is known color: Curious Blue. HEX triplet: 40, 7E and CF. RGB value is (64,126,207). Sum of RGB (Red+Green+Blue) = 64+126+207=397 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.12% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #407ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407ECF is #BF8130. Grayscale: #747474. Windows color (decimal): -12550449 or 13598272. OLE color: 13598272.

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

Color convert

RGB 64 126 207 -
CMYK 0.69 0.39 0 0.19
HSL 213.99º 0.6% 0.53% -
HSV(B) 213.99º 0.69% 0.81% -
XYZ 20.84 20.52 61.89 -
YUV 116.7 178.96 90.41 -
System Red Green Blue C M Y K H S L
Decimal 64 126 207 0.69 0.39 0 0.19 213.99 0.6 0.53
Hex 40 7E CF 45 27 0 13 D6 3C 35
Octal 100 176 317 105 47 0 23 326 74 65
Binary 1000000 1111110 11001111 1000101 100111 0 10011 11010110 111100 110101

Color Harmonies of #407ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407ECF

Black with #407ECF

Text Example


Text Example

White with #407ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,126,207); }

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

background-color css

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

 a { background-color: rgb(64,126,207); }

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

border-color css

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

 span { border-color: rgb(64,126,207); }

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