Html Css Color HEX #407FBE Curious Blue

📋 copy color: '#407FBE'

red 64 ◦ green 127 ◦ blue 190

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

Shades of Curious Blue #407FBE

Tints of Curious Blue #407FBE

RGB

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

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

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

R = 16.8%
G = 33.33%
B = 49.87%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#407FBE (or 0x407FBE) is known color: Curious Blue. HEX triplet: 40, 7F and BE. RGB value is (64,127,190). Sum of RGB (Red+Green+Blue) = 64+127+190=381 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.80% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #407FBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407FBE is #BF8041. Grayscale: #737373. Windows color (decimal): -12550210 or 12484416. OLE color: 12484416.

HSL color Cylindrical-coordinate representation of color #407FBE: hue angle of 210º 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 #407FBE is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 127 190 -
CMYK 0.66 0.33 0 0.25
HSL 210º 0.5% 0.5% -
HSV(B) 210º 0.66% 0.75% -
XYZ 19 19.99 51.57 -
YUV 115.35 170.13 91.38 -
System Red Green Blue C M Y K H S L
Decimal 64 127 190 0.66 0.33 0 0.25 210 0.5 0.5
Hex 40 7F BE 42 21 0 19 D2 32 32
Octal 100 177 276 102 41 0 31 322 62 62
Binary 1000000 1111111 10111110 1000010 100001 0 11001 11010010 110010 110010

Color Harmonies of #407FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407FBE

Black with #407FBE

Text Example


Text Example

White with #407FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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