Html Css Color HEX #7078CB Chetwode Blue

📋 copy color: '#7078CB'

red 112 ◦ green 120 ◦ blue 203

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

Shades of Chetwode Blue #7078CB

Tints of Chetwode Blue #7078CB

RGB

 RED value IS 112 (44.14% from 255) = 25.75%

 GREEN value IS 120 (47.27% from 255) = 27.59%

 BLUE value IS 203 (79.69% from 255) = 46.67%

R = 25.75%
G = 27.59%
B = 46.67%

CMYK

 C value IS 0.45

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7078CB (or 0x7078CB) is known color: Chetwode Blue. HEX triplet: 70, 78 and CB. RGB value is (112,120,203). Sum of RGB (Red+Green+Blue) = 112+120+203=435 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.75% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #7078CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7078CB is #8F8734. Grayscale: #7E7E7E. Windows color (decimal): -9406261 or 13334640. OLE color: 13334640.

HSL color Cylindrical-coordinate representation of color #7078CB: hue angle of 234.73º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7078CB is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 120 203 -
CMYK 0.45 0.41 0 0.20
HSL 234.73º 0.47% 0.62% -
HSV(B) 234.73º 0.45% 0.8% -
XYZ 24.18 21.19 59.32 -
YUV 127.07 170.85 117.25 -
System Red Green Blue C M Y K H S L
Decimal 112 120 203 0.45 0.41 0 0.20 234.73 0.47 0.62
Hex 70 78 CB 2D 29 0 14 EB 2F 3E
Octal 160 170 313 55 51 0 24 353 57 76
Binary 1110000 1111000 11001011 101101 101001 0 10100 11101011 101111 111110

Color Harmonies of #7078CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7078CB

Black with #7078CB

Text Example


Text Example

White with #7078CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7078CB; }

 p { color: rgb(112,120,203); }

 H1.HeaderClassName
 {
   color: #7078CB;
 }
 .AnyTagClassName
 {
   color: #7078CB;
 }
</style>

background-color css

<style>
 a { background-color: #7078CB; }

 a { background-color: rgb(112,120,203); }

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

border-color css

<style>
 span { border-color: #7078CB; }

 span { border-color: rgb(112,120,203); }

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