Html Css Color HEX #7281ED Cornflower Blue

📋 copy color: '#7281ED'

red 114 ◦ green 129 ◦ blue 237

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

Shades of Cornflower Blue #7281ED

Tints of Cornflower Blue #7281ED

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.88%

 BLUE value IS 237 (92.97% from 255) = 49.38%

R = 23.75%
G = 26.88%
B = 49.38%

CMYK

 C value IS 0.52

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7281ED (or 0x7281ED) is known color: Cornflower Blue. HEX triplet: 72, 81 and ED. RGB value is (114,129,237). Sum of RGB (Red+Green+Blue) = 114+129+237=480 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.75% from 480); Green value is 129 (50.78% from 255 or 26.88% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 237 - color contains mainly: blue. Hex color #7281ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7281ED is #8D7E12. Grayscale: #888888. Windows color (decimal): -9272851 or 15565170. OLE color: 15565170.

HSL color Cylindrical-coordinate representation of color #7281ED: hue angle of 232.68º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7281ED is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 129 237 -
CMYK 0.52 0.46 0 0.07
HSL 232.68º 0.77% 0.69% -
HSV(B) 232.68º 0.52% 0.93% -
XYZ 30.08 25.39 83.44 -
YUV 136.83 184.53 111.72 -
System Red Green Blue C M Y K H S L
Decimal 114 129 237 0.52 0.46 0 0.07 232.68 0.77 0.69
Hex 72 81 ED 34 2E 0 7 E9 4D 45
Octal 162 201 355 64 56 0 7 351 115 105
Binary 1110010 10000001 11101101 110100 101110 0 111 11101001 1001101 1000101

Color Harmonies of #7281ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7281ED

Black with #7281ED

Text Example


Text Example

White with #7281ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7281ED; }

 p { color: rgb(114,129,237); }

 H1.HeaderClassName
 {
   color: #7281ED;
 }
 .AnyTagClassName
 {
   color: #7281ED;
 }
</style>

background-color css

<style>
 a { background-color: #7281ED; }

 a { background-color: rgb(114,129,237); }

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

border-color css

<style>
 span { border-color: #7281ED; }

 span { border-color: rgb(114,129,237); }

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