Html Css Color HEX #728CCC Wild Blue Yonder

📋 copy color: '#728CCC'

red 114 ◦ green 140 ◦ blue 204

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

Shades of Wild Blue Yonder #728CCC

Tints of Wild Blue Yonder #728CCC

RGB

 RED value IS 114 (44.92% from 255) = 24.89%

 GREEN value IS 140 (55.08% from 255) = 30.57%

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

R = 24.89%
G = 30.57%
B = 44.54%

CMYK

 C value IS 0.44

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#728CCC (or 0x728CCC) is known color: Wild Blue Yonder. HEX triplet: 72, 8C and CC. RGB value is (114,140,204). Sum of RGB (Red+Green+Blue) = 114+140+204=458 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.89% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #728CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728CCC is #8D7333. Grayscale: #8B8B8B. Windows color (decimal): -9270068 or 13405298. OLE color: 13405298.

HSL color Cylindrical-coordinate representation of color #728CCC: hue angle of 222.67º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #728CCC is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 114 140 204 -
CMYK 0.44 0.31 0 0.2
HSL 222.67º 0.47% 0.62% -
HSV(B) 222.67º 0.44% 0.8% -
XYZ 27.22 26.69 60.84 -
YUV 139.52 164.39 109.8 -
System Red Green Blue C M Y K H S L
Decimal 114 140 204 0.44 0.31 0 0.2 222.67 0.47 0.62
Hex 72 8C CC 2C 1F 0 14 DF 2F 3E
Octal 162 214 314 54 37 0 24 337 57 76
Binary 1110010 10001100 11001100 101100 11111 0 10100 11011111 101111 111110

Color Harmonies of #728CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728CCC

Black with #728CCC

Text Example


Text Example

White with #728CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728CCC; }

 p { color: rgb(114,140,204); }

 H1.HeaderClassName
 {
   color: #728CCC;
 }
 .AnyTagClassName
 {
   color: #728CCC;
 }
</style>

background-color css

<style>
 a { background-color: #728CCC; }

 a { background-color: rgb(114,140,204); }

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

border-color css

<style>
 span { border-color: #728CCC; }

 span { border-color: rgb(114,140,204); }

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