Html Css Color HEX #7282EF Cornflower Blue

📋 copy color: '#7282EF'

red 114 ◦ green 130 ◦ blue 239

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

Shades of Cornflower Blue #7282EF

Tints of Cornflower Blue #7282EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.48%

R = 23.6%
G = 26.92%
B = 49.48%

CMYK

 C value IS 0.52

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7282EF (or 0x7282EF) is known color: Cornflower Blue. HEX triplet: 72, 82 and EF. RGB value is (114,130,239). Sum of RGB (Red+Green+Blue) = 114+130+239=483 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.60% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #7282EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7282EF is #8D7D10. Grayscale: #898989. Windows color (decimal): -9272593 or 15696498. OLE color: 15696498.

HSL color Cylindrical-coordinate representation of color #7282EF: hue angle of 232.32º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7282EF is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 114 130 239 -
CMYK 0.52 0.46 0 0.06
HSL 232.32º 0.8% 0.69% -
HSV(B) 232.32º 0.52% 0.94% -
XYZ 30.5 25.77 85.03 -
YUV 137.64 185.2 111.14 -
System Red Green Blue C M Y K H S L
Decimal 114 130 239 0.52 0.46 0 0.06 232.32 0.8 0.69
Hex 72 82 EF 34 2E 0 6 E8 50 45
Octal 162 202 357 64 56 0 6 350 120 105
Binary 1110010 10000010 11101111 110100 101110 0 110 11101000 1010000 1000101

Color Harmonies of #7282EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7282EF

Black with #7282EF

Text Example


Text Example

White with #7282EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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