Html Css Color HEX #407EBC Curious Blue

📋 copy color: '#407EBC'

red 64 ◦ green 126 ◦ blue 188

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

Shades of Curious Blue #407EBC

Tints of Curious Blue #407EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.74%

R = 16.93%
G = 33.33%
B = 49.74%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#407EBC (or 0x407EBC) is known color: Curious Blue. HEX triplet: 40, 7E and BC. RGB value is (64,126,188). Sum of RGB (Red+Green+Blue) = 64+126+188=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #407EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407EBC is #BF8143. Grayscale: #727272. Windows color (decimal): -12550468 or 12353088. OLE color: 12353088.

HSL color Cylindrical-coordinate representation of color #407EBC: hue angle of 210º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #407EBC is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 64 126 188 -
CMYK 0.66 0.33 0 0.26
HSL 210º 0.49% 0.49% -
HSV(B) 210º 0.66% 0.74% -
XYZ 18.65 19.64 50.39 -
YUV 114.53 169.46 91.96 -
System Red Green Blue C M Y K H S L
Decimal 64 126 188 0.66 0.33 0 0.26 210 0.49 0.49
Hex 40 7E BC 42 21 0 1A D2 31 31
Octal 100 176 274 102 41 0 32 322 61 61
Binary 1000000 1111110 10111100 1000010 100001 0 11010 11010010 110001 110001

Color Harmonies of #407EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407EBC

Black with #407EBC

Text Example


Text Example

White with #407EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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