Html Css Color HEX #407FBA Curious Blue

📋 copy color: '#407FBA'

red 64 ◦ green 127 ◦ blue 186

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

Shades of Curious Blue #407FBA

Tints of Curious Blue #407FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.34%

R = 16.98%
G = 33.69%
B = 49.34%

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

#407FBA (or 0x407FBA) is known color: Curious Blue. HEX triplet: 40, 7F and BA. RGB value is (64,127,186). Sum of RGB (Red+Green+Blue) = 64+127+186=377 (49% of max value = 765). Red value is 64 (25.39% from 255 or 16.98% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #407FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407FBA is #BF8045. Grayscale: #727272. Windows color (decimal): -12550214 or 12222272. OLE color: 12222272.

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

Color convert

RGB 64 127 186 -
CMYK 0.66 0.32 0 0.27
HSL 209.02º 0.49% 0.49% -
HSV(B) 209.02º 0.66% 0.73% -
XYZ 18.57 19.81 49.3 -
YUV 114.89 168.13 91.7 -
System Red Green Blue C M Y K H S L
Decimal 64 127 186 0.66 0.32 0 0.27 209.02 0.49 0.49
Hex 40 7F BA 42 20 0 1B D1 31 31
Octal 100 177 272 102 40 0 33 321 61 61
Binary 1000000 1111111 10111010 1000010 100000 0 11011 11010001 110001 110001

Color Harmonies of #407FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407FBA

Black with #407FBA

Text Example


Text Example

White with #407FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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