Html Css Color HEX #407FBB Curious Blue

📋 copy color: '#407FBB'

red 64 ◦ green 127 ◦ blue 187

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

Shades of Curious Blue #407FBB

Tints of Curious Blue #407FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.47%

R = 16.93%
G = 33.6%
B = 49.47%

CMYK

 C value IS 0.66

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#407FBB (or 0x407FBB) is known color: Curious Blue. HEX triplet: 40, 7F and BB. RGB value is (64,127,187). Sum of RGB (Red+Green+Blue) = 64+127+187=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #407FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407FBB is #BF8044. Grayscale: #727272. Windows color (decimal): -12550213 or 12287808. OLE color: 12287808.

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

Color convert

RGB 64 127 187 -
CMYK 0.66 0.32 0 0.27
HSL 209.27º 0.49% 0.49% -
HSV(B) 209.27º 0.66% 0.73% -
XYZ 18.67 19.86 49.86 -
YUV 115 168.63 91.62 -
System Red Green Blue C M Y K H S L
Decimal 64 127 187 0.66 0.32 0 0.27 209.27 0.49 0.49
Hex 40 7F BB 42 20 0 1B D1 31 31
Octal 100 177 273 102 40 0 33 321 61 61
Binary 1000000 1111111 10111011 1000010 100000 0 11011 11010001 110001 110001

Color Harmonies of #407FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407FBB

Black with #407FBB

Text Example


Text Example

White with #407FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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