Html Css Color HEX #407EBD Curious Blue

📋 copy color: '#407EBD'

red 64 ◦ green 126 ◦ blue 189

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

Shades of Curious Blue #407EBD

Tints of Curious Blue #407EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.87%

R = 16.89%
G = 33.25%
B = 49.87%

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

#407EBD (or 0x407EBD) is known color: Curious Blue. HEX triplet: 40, 7E and BD. RGB value is (64,126,189). Sum of RGB (Red+Green+Blue) = 64+126+189=379 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.89% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #407EBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407EBD is #BF8142. Grayscale: #727272. Windows color (decimal): -12550467 or 12418624. OLE color: 12418624.

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

Color convert

RGB 64 126 189 -
CMYK 0.66 0.33 0 0.26
HSL 210.24º 0.49% 0.5% -
HSV(B) 210.24º 0.66% 0.74% -
XYZ 18.76 19.69 50.96 -
YUV 114.64 169.96 91.88 -
System Red Green Blue C M Y K H S L
Decimal 64 126 189 0.66 0.33 0 0.26 210.24 0.49 0.5
Hex 40 7E BD 42 21 0 1A D2 31 32
Octal 100 176 275 102 41 0 32 322 61 62
Binary 1000000 1111110 10111101 1000010 100001 0 11010 11010010 110001 110010

Color Harmonies of #407EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407EBD

Black with #407EBD

Text Example


Text Example

White with #407EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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