Html Css Color HEX #7282DF Cornflower Blue

📋 copy color: '#7282DF'

red 114 ◦ green 130 ◦ blue 223

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

Shades of Cornflower Blue #7282DF

Tints of Cornflower Blue #7282DF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.84%

 BLUE value IS 223 (87.5% from 255) = 47.75%

R = 24.41%
G = 27.84%
B = 47.75%

CMYK

 C value IS 0.49

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7282DF (or 0x7282DF) is known color: Cornflower Blue. HEX triplet: 72, 82 and DF. RGB value is (114,130,223). Sum of RGB (Red+Green+Blue) = 114+130+223=467 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.41% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #7282DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7282DF is #8D7D20. Grayscale: #878787. Windows color (decimal): -9272609 or 14647922. OLE color: 14647922.

HSL color Cylindrical-coordinate representation of color #7282DF: hue angle of 231.19º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7282DF is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 130 223 -
CMYK 0.49 0.42 0 0.13
HSL 231.19º 0.63% 0.66% -
HSV(B) 231.19º 0.49% 0.87% -
XYZ 28.24 24.87 73.12 -
YUV 135.82 177.2 112.44 -
System Red Green Blue C M Y K H S L
Decimal 114 130 223 0.49 0.42 0 0.13 231.19 0.63 0.66
Hex 72 82 DF 31 2A 0 D E7 3F 42
Octal 162 202 337 61 52 0 15 347 77 102
Binary 1110010 10000010 11011111 110001 101010 0 1101 11100111 111111 1000010

Color Harmonies of #7282DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7282DF

Black with #7282DF

Text Example


Text Example

White with #7282DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7282DF; }

 p { color: rgb(114,130,223); }

 H1.HeaderClassName
 {
   color: #7282DF;
 }
 .AnyTagClassName
 {
   color: #7282DF;
 }
</style>

background-color css

<style>
 a { background-color: #7282DF; }

 a { background-color: rgb(114,130,223); }

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

border-color css

<style>
 span { border-color: #7282DF; }

 span { border-color: rgb(114,130,223); }

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