Html Css Color HEX #547CD9 Havelock Blue

📋 copy color: '#547CD9'

red 84 ◦ green 124 ◦ blue 217

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

Shades of Havelock Blue #547CD9

Tints of Havelock Blue #547CD9

RGB

 RED value IS 84 (33.2% from 255) = 19.76%

 GREEN value IS 124 (48.83% from 255) = 29.18%

 BLUE value IS 217 (85.16% from 255) = 51.06%

R = 19.76%
G = 29.18%
B = 51.06%

CMYK

 C value IS 0.61

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#547CD9 (or 0x547CD9) is known color: Havelock Blue. HEX triplet: 54, 7C and D9. RGB value is (84,124,217). Sum of RGB (Red+Green+Blue) = 84+124+217=425 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.76% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 217 (85.16% from 255 or 51.06% from 425); Max value from RGB is 217 - color contains mainly: blue. Hex color #547CD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547CD9 is #AB8326. Grayscale: #7A7A7A. Windows color (decimal): -11240231 or 14253140. OLE color: 14253140.

HSL color Cylindrical-coordinate representation of color #547CD9: hue angle of 221.95º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #547CD9 is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 84 124 217 -
CMYK 0.61 0.43 0 0.15
HSL 221.95º 0.64% 0.59% -
HSV(B) 221.95º 0.61% 0.85% -
XYZ 23.39 21.31 68.53 -
YUV 122.64 181.25 100.44 -
System Red Green Blue C M Y K H S L
Decimal 84 124 217 0.61 0.43 0 0.15 221.95 0.64 0.59
Hex 54 7C D9 3D 2B 0 F DE 40 3B
Octal 124 174 331 75 53 0 17 336 100 73
Binary 1010100 1111100 11011001 111101 101011 0 1111 11011110 1000000 111011

Color Harmonies of #547CD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547CD9

Black with #547CD9

Text Example


Text Example

White with #547CD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547CD9; }

 p { color: rgb(84,124,217); }

 H1.HeaderClassName
 {
   color: #547CD9;
 }
 .AnyTagClassName
 {
   color: #547CD9;
 }
</style>

background-color css

<style>
 a { background-color: #547CD9; }

 a { background-color: rgb(84,124,217); }

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

border-color css

<style>
 span { border-color: #547CD9; }

 span { border-color: rgb(84,124,217); }

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