Html Css Color HEX #7281EB Cornflower Blue

📋 copy color: '#7281EB'

red 114 ◦ green 129 ◦ blue 235

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

Shades of Cornflower Blue #7281EB

Tints of Cornflower Blue #7281EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.16%

R = 23.85%
G = 26.99%
B = 49.16%

CMYK

 C value IS 0.51

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7281EB (or 0x7281EB) is known color: Cornflower Blue. HEX triplet: 72, 81 and EB. RGB value is (114,129,235). Sum of RGB (Red+Green+Blue) = 114+129+235=478 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.85% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #7281EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7281EB is #8D7E14. Grayscale: #888888. Windows color (decimal): -9272853 or 15434098. OLE color: 15434098.

HSL color Cylindrical-coordinate representation of color #7281EB: hue angle of 232.56º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7281EB is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 114 129 235 -
CMYK 0.51 0.45 0 0.08
HSL 232.56º 0.75% 0.68% -
HSV(B) 232.56º 0.51% 0.92% -
XYZ 29.79 25.28 81.91 -
YUV 136.6 183.53 111.88 -
System Red Green Blue C M Y K H S L
Decimal 114 129 235 0.51 0.45 0 0.08 232.56 0.75 0.68
Hex 72 81 EB 33 2D 0 8 E9 4B 44
Octal 162 201 353 63 55 0 10 351 113 104
Binary 1110010 10000001 11101011 110011 101101 0 1000 11101001 1001011 1000100

Color Harmonies of #7281EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7281EB

Black with #7281EB

Text Example


Text Example

White with #7281EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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