Html Css Color HEX #3F8BDC Havelock Blue

📋 copy color: '#3F8BDC'

red 63 ◦ green 139 ◦ blue 220

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

Shades of Havelock Blue #3F8BDC

Tints of Havelock Blue #3F8BDC

RGB

 RED value IS 63 (25% from 255) = 14.93%

 GREEN value IS 139 (54.69% from 255) = 32.94%

 BLUE value IS 220 (86.33% from 255) = 52.13%

R = 14.93%
G = 32.94%
B = 52.13%

CMYK

 C value IS 0.71

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3F8BDC (or 0x3F8BDC) is known color: Havelock Blue. HEX triplet: 3F, 8B and DC. RGB value is (63,139,220). Sum of RGB (Red+Green+Blue) = 63+139+220=422 (55% of max value = 765). Red value is 63 (25% from 255 or 14.93% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #3F8BDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F8BDC is #C07423. Grayscale: #7D7D7D. Windows color (decimal): -12612644 or 14453567. OLE color: 14453567.

HSL color Cylindrical-coordinate representation of color #3F8BDC: hue angle of 210.96º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F8BDC is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 63 139 220 -
CMYK 0.71 0.37 0 0.14
HSL 210.96º 0.69% 0.55% -
HSV(B) 210.96º 0.71% 0.86% -
XYZ 24.2 24.69 71.2 -
YUV 125.51 181.32 83.41 -
System Red Green Blue C M Y K H S L
Decimal 63 139 220 0.71 0.37 0 0.14 210.96 0.69 0.55
Hex 3F 8B DC 47 25 0 E D3 45 37
Octal 77 213 334 107 45 0 16 323 105 67
Binary 111111 10001011 11011100 1000111 100101 0 1110 11010011 1000101 110111

Color Harmonies of #3F8BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8BDC

Black with #3F8BDC

Text Example


Text Example

White with #3F8BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F8BDC; }

 p { color: rgb(63,139,220); }

 H1.HeaderClassName
 {
   color: #3F8BDC;
 }
 .AnyTagClassName
 {
   color: #3F8BDC;
 }
</style>

background-color css

<style>
 a { background-color: #3F8BDC; }

 a { background-color: rgb(63,139,220); }

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

border-color css

<style>
 span { border-color: #3F8BDC; }

 span { border-color: rgb(63,139,220); }

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