Html Css Color HEX #7084DA Cornflower Blue

📋 copy color: '#7084DA'

red 112 ◦ green 132 ◦ blue 218

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

Shades of Cornflower Blue #7084DA

Tints of Cornflower Blue #7084DA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.57%

 BLUE value IS 218 (85.55% from 255) = 47.19%

R = 24.24%
G = 28.57%
B = 47.19%

CMYK

 C value IS 0.49

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7084DA (or 0x7084DA) is known color: Cornflower Blue. HEX triplet: 70, 84 and DA. RGB value is (112,132,218). Sum of RGB (Red+Green+Blue) = 112+132+218=462 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.24% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #7084DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7084DA is #8F7B25. Grayscale: #878787. Windows color (decimal): -9403174 or 14320752. OLE color: 14320752.

HSL color Cylindrical-coordinate representation of color #7084DA: hue angle of 228.68º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7084DA is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 132 218 -
CMYK 0.49 0.39 0 0.15
HSL 228.68º 0.59% 0.65% -
HSV(B) 228.68º 0.49% 0.85% -
XYZ 27.59 25.01 69.7 -
YUV 135.82 174.37 111.01 -
System Red Green Blue C M Y K H S L
Decimal 112 132 218 0.49 0.39 0 0.15 228.68 0.59 0.65
Hex 70 84 DA 31 27 0 F E5 3B 41
Octal 160 204 332 61 47 0 17 345 73 101
Binary 1110000 10000100 11011010 110001 100111 0 1111 11100101 111011 1000001

Color Harmonies of #7084DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7084DA

Black with #7084DA

Text Example


Text Example

White with #7084DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7084DA; }

 p { color: rgb(112,132,218); }

 H1.HeaderClassName
 {
   color: #7084DA;
 }
 .AnyTagClassName
 {
   color: #7084DA;
 }
</style>

background-color css

<style>
 a { background-color: #7084DA; }

 a { background-color: rgb(112,132,218); }

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

border-color css

<style>
 span { border-color: #7084DA; }

 span { border-color: rgb(112,132,218); }

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