Html Css Color HEX #5F70CC Chetwode Blue

📋 copy color: '#5F70CC'

red 95 ◦ green 112 ◦ blue 204

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

Shades of Chetwode Blue #5F70CC

Tints of Chetwode Blue #5F70CC

RGB

 RED value IS 95 (37.5% from 255) = 23.11%

 GREEN value IS 112 (44.14% from 255) = 27.25%

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

R = 23.11%
G = 27.25%
B = 49.64%

CMYK

 C value IS 0.53

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5F70CC (or 0x5F70CC) is known color: Chetwode Blue. HEX triplet: 5F, 70 and CC. RGB value is (95,112,204). Sum of RGB (Red+Green+Blue) = 95+112+204=411 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.11% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #5F70CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F70CC is #A08F33. Grayscale: #757575. Windows color (decimal): -10522420 or 13398111. OLE color: 13398111.

HSL color Cylindrical-coordinate representation of color #5F70CC: hue angle of 230.64º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5F70CC is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 95 112 204 -
CMYK 0.53 0.45 0 0.2
HSL 230.64º 0.52% 0.59% -
HSV(B) 230.64º 0.53% 0.8% -
XYZ 21.41 18.38 59.55 -
YUV 117.41 176.87 112.02 -
System Red Green Blue C M Y K H S L
Decimal 95 112 204 0.53 0.45 0 0.2 230.64 0.52 0.59
Hex 5F 70 CC 35 2D 0 14 E7 34 3B
Octal 137 160 314 65 55 0 24 347 64 73
Binary 1011111 1110000 11001100 110101 101101 0 10100 11100111 110100 111011

Color Harmonies of #5F70CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F70CC

Black with #5F70CC

Text Example


Text Example

White with #5F70CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F70CC; }

 p { color: rgb(95,112,204); }

 H1.HeaderClassName
 {
   color: #5F70CC;
 }
 .AnyTagClassName
 {
   color: #5F70CC;
 }
</style>

background-color css

<style>
 a { background-color: #5F70CC; }

 a { background-color: rgb(95,112,204); }

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

border-color css

<style>
 span { border-color: #5F70CC; }

 span { border-color: rgb(95,112,204); }

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