Html Css Color HEX #407DBE Curious Blue

📋 copy color: '#407DBE'

red 64 ◦ green 125 ◦ blue 190

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

Shades of Curious Blue #407DBE

Tints of Curious Blue #407DBE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.98%

 BLUE value IS 190 (74.61% from 255) = 50.13%

R = 16.89%
G = 32.98%
B = 50.13%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#407DBE (or 0x407DBE) is known color: Curious Blue. HEX triplet: 40, 7D and BE. RGB value is (64,125,190). Sum of RGB (Red+Green+Blue) = 64+125+190=379 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.89% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #407DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407DBE is #BF8241. Grayscale: #717171. Windows color (decimal): -12550722 or 12483904. OLE color: 12483904.

HSL color Cylindrical-coordinate representation of color #407DBE: hue angle of 210.95º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #407DBE is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 125 190 -
CMYK 0.66 0.34 0 0.25
HSL 210.95º 0.5% 0.5% -
HSV(B) 210.95º 0.66% 0.75% -
XYZ 18.74 19.47 51.49 -
YUV 114.17 170.79 92.21 -
System Red Green Blue C M Y K H S L
Decimal 64 125 190 0.66 0.34 0 0.25 210.95 0.5 0.5
Hex 40 7D BE 42 22 0 19 D3 32 32
Octal 100 175 276 102 42 0 31 323 62 62
Binary 1000000 1111101 10111110 1000010 100010 0 11001 11010011 110010 110010

Color Harmonies of #407DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407DBE

Black with #407DBE

Text Example


Text Example

White with #407DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,125,190); }

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

background-color css

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

 a { background-color: rgb(64,125,190); }

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

border-color css

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

 span { border-color: rgb(64,125,190); }

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