Html Css Color HEX #4280CC Havelock Blue

📋 copy color: '#4280CC'

red 66 ◦ green 128 ◦ blue 204

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

Shades of Havelock Blue #4280CC

Tints of Havelock Blue #4280CC

RGB

 RED value IS 66 (26.17% from 255) = 16.58%

 GREEN value IS 128 (50.39% from 255) = 32.16%

 BLUE value IS 204 (80.08% from 255) = 51.26%

R = 16.58%
G = 32.16%
B = 51.26%

CMYK

 C value IS 0.68

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4280CC (or 0x4280CC) is known color: Havelock Blue. HEX triplet: 42, 80 and CC. RGB value is (66,128,204). Sum of RGB (Red+Green+Blue) = 66+128+204=398 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.58% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #4280CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4280CC is #BD7F33. Grayscale: #757575. Windows color (decimal): -12418868 or 13402178. OLE color: 13402178.

HSL color Cylindrical-coordinate representation of color #4280CC: hue angle of 213.04º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4280CC is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 66 128 204 -
CMYK 0.68 0.37 0 0.2
HSL 213.04º 0.58% 0.53% -
HSV(B) 213.04º 0.68% 0.8% -
XYZ 20.87 20.96 60.07 -
YUV 118.13 176.46 90.82 -
System Red Green Blue C M Y K H S L
Decimal 66 128 204 0.68 0.37 0 0.2 213.04 0.58 0.53
Hex 42 80 CC 44 25 0 14 D5 3A 35
Octal 102 200 314 104 45 0 24 325 72 65
Binary 1000010 10000000 11001100 1000100 100101 0 10100 11010101 111010 110101

Color Harmonies of #4280CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4280CC

Black with #4280CC

Text Example


Text Example

White with #4280CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4280CC; }

 p { color: rgb(66,128,204); }

 H1.HeaderClassName
 {
   color: #4280CC;
 }
 .AnyTagClassName
 {
   color: #4280CC;
 }
</style>

background-color css

<style>
 a { background-color: #4280CC; }

 a { background-color: rgb(66,128,204); }

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

border-color css

<style>
 span { border-color: #4280CC; }

 span { border-color: rgb(66,128,204); }

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