Html Css Color HEX #508ACF Havelock Blue

📋 copy color: '#508ACF'

red 80 ◦ green 138 ◦ blue 207

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

Shades of Havelock Blue #508ACF

Tints of Havelock Blue #508ACF

RGB

 RED value IS 80 (31.64% from 255) = 18.82%

 GREEN value IS 138 (54.3% from 255) = 32.47%

 BLUE value IS 207 (81.25% from 255) = 48.71%

R = 18.82%
G = 32.47%
B = 48.71%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#508ACF (or 0x508ACF) is known color: Havelock Blue. HEX triplet: 50, 8A and CF. RGB value is (80,138,207). Sum of RGB (Red+Green+Blue) = 80+138+207=425 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.82% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #508ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508ACF is #AF7530. Grayscale: #808080. Windows color (decimal): -11498801 or 13601360. OLE color: 13601360.

HSL color Cylindrical-coordinate representation of color #508ACF: hue angle of 212.6º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #508ACF is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 138 207 -
CMYK 0.61 0.33 0 0.19
HSL 212.6º 0.57% 0.56% -
HSV(B) 212.6º 0.61% 0.81% -
XYZ 23.66 24.39 62.49 -
YUV 128.52 172.28 93.39 -
System Red Green Blue C M Y K H S L
Decimal 80 138 207 0.61 0.33 0 0.19 212.6 0.57 0.56
Hex 50 8A CF 3D 21 0 13 D5 39 38
Octal 120 212 317 75 41 0 23 325 71 70
Binary 1010000 10001010 11001111 111101 100001 0 10011 11010101 111001 111000

Color Harmonies of #508ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508ACF

Black with #508ACF

Text Example


Text Example

White with #508ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508ACF; }

 p { color: rgb(80,138,207); }

 H1.HeaderClassName
 {
   color: #508ACF;
 }
 .AnyTagClassName
 {
   color: #508ACF;
 }
</style>

background-color css

<style>
 a { background-color: #508ACF; }

 a { background-color: rgb(80,138,207); }

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

border-color css

<style>
 span { border-color: #508ACF; }

 span { border-color: rgb(80,138,207); }

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