Html Css Color HEX #728BD4 Wild Blue Yonder

📋 copy color: '#728BD4'

red 114 ◦ green 139 ◦ blue 212

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

Shades of Wild Blue Yonder #728BD4

Tints of Wild Blue Yonder #728BD4

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.89%

 BLUE value IS 212 (83.2% from 255) = 45.59%

R = 24.52%
G = 29.89%
B = 45.59%

CMYK

 C value IS 0.46

 M value IS 0.34

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#728BD4 (or 0x728BD4) is known color: Wild Blue Yonder. HEX triplet: 72, 8B and D4. RGB value is (114,139,212). Sum of RGB (Red+Green+Blue) = 114+139+212=465 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.52% from 465); Green value is 139 (54.69% from 255 or 29.89% from 465); Blue value is 212 (83.20% from 255 or 45.59% from 465); Max value from RGB is 212 - color contains mainly: blue. Hex color #728BD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728BD4 is #8D742B. Grayscale: #8B8B8B. Windows color (decimal): -9270316 or 13929330. OLE color: 13929330.

HSL color Cylindrical-coordinate representation of color #728BD4: hue angle of 224.69º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #728BD4 is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 114 139 212 -
CMYK 0.46 0.34 0 0.17
HSL 224.69º 0.53% 0.64% -
HSV(B) 224.69º 0.46% 0.83% -
XYZ 28.06 26.8 65.98 -
YUV 139.85 168.72 109.56 -
System Red Green Blue C M Y K H S L
Decimal 114 139 212 0.46 0.34 0 0.17 224.69 0.53 0.64
Hex 72 8B D4 2E 22 0 11 E1 35 40
Octal 162 213 324 56 42 0 21 341 65 100
Binary 1110010 10001011 11010100 101110 100010 0 10001 11100001 110101 1000000

Color Harmonies of #728BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728BD4

Black with #728BD4

Text Example


Text Example

White with #728BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,139,212); }

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

background-color css

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

 a { background-color: rgb(114,139,212); }

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

border-color css

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

 span { border-color: rgb(114,139,212); }

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