Html Css Color HEX #627DBC Havelock Blue

📋 copy color: '#627DBC'

red 98 ◦ green 125 ◦ blue 188

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

Shades of Havelock Blue #627DBC

Tints of Havelock Blue #627DBC

RGB

 RED value IS 98 (38.67% from 255) = 23.84%

 GREEN value IS 125 (49.22% from 255) = 30.41%

 BLUE value IS 188 (73.83% from 255) = 45.74%

R = 23.84%
G = 30.41%
B = 45.74%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#627DBC (or 0x627DBC) is known color: Havelock Blue. HEX triplet: 62, 7D and BC. RGB value is (98,125,188). Sum of RGB (Red+Green+Blue) = 98+125+188=411 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.84% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #627DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #627DBC is #9D8243. Grayscale: #7B7B7B. Windows color (decimal): -10322500 or 12352866. OLE color: 12352866.

HSL color Cylindrical-coordinate representation of color #627DBC: hue angle of 222º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #627DBC is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 98 125 188 -
CMYK 0.48 0.34 0 0.26
HSL 222º 0.4% 0.56% -
HSV(B) 222º 0.48% 0.74% -
XYZ 21.45 20.89 50.48 -
YUV 124.11 164.05 109.38 -
System Red Green Blue C M Y K H S L
Decimal 98 125 188 0.48 0.34 0 0.26 222 0.4 0.56
Hex 62 7D BC 30 22 0 1A DE 28 38
Octal 142 175 274 60 42 0 32 336 50 70
Binary 1100010 1111101 10111100 110000 100010 0 11010 11011110 101000 111000

Color Harmonies of #627DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627DBC

Black with #627DBC

Text Example


Text Example

White with #627DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627DBC; }

 p { color: rgb(98,125,188); }

 H1.HeaderClassName
 {
   color: #627DBC;
 }
 .AnyTagClassName
 {
   color: #627DBC;
 }
</style>

background-color css

<style>
 a { background-color: #627DBC; }

 a { background-color: rgb(98,125,188); }

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

border-color css

<style>
 span { border-color: #627DBC; }

 span { border-color: rgb(98,125,188); }

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