Html Css Color HEX #7081EA Cornflower Blue

📋 copy color: '#7081EA'

red 112 ◦ green 129 ◦ blue 234

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

Shades of Cornflower Blue #7081EA

Tints of Cornflower Blue #7081EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.26%

R = 23.58%
G = 27.16%
B = 49.26%

CMYK

 C value IS 0.52

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7081EA (or 0x7081EA) is known color: Cornflower Blue. HEX triplet: 70, 81 and EA. RGB value is (112,129,234). Sum of RGB (Red+Green+Blue) = 112+129+234=475 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.58% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #7081EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7081EA is #8F7E15. Grayscale: #878787. Windows color (decimal): -9403926 or 15368560. OLE color: 15368560.

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

Color convert

RGB 112 129 234 -
CMYK 0.52 0.45 0 0.08
HSL 231.64º 0.74% 0.68% -
HSV(B) 231.64º 0.52% 0.92% -
XYZ 29.38 25.09 81.14 -
YUV 135.89 183.37 110.96 -
System Red Green Blue C M Y K H S L
Decimal 112 129 234 0.52 0.45 0 0.08 231.64 0.74 0.68
Hex 70 81 EA 34 2D 0 8 E8 4A 44
Octal 160 201 352 64 55 0 10 350 112 104
Binary 1110000 10000001 11101010 110100 101101 0 1000 11101000 1001010 1000100

Color Harmonies of #7081EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7081EA

Black with #7081EA

Text Example


Text Example

White with #7081EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7081EA; }

 p { color: rgb(112,129,234); }

 H1.HeaderClassName
 {
   color: #7081EA;
 }
 .AnyTagClassName
 {
   color: #7081EA;
 }
</style>

background-color css

<style>
 a { background-color: #7081EA; }

 a { background-color: rgb(112,129,234); }

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

border-color css

<style>
 span { border-color: #7081EA; }

 span { border-color: rgb(112,129,234); }

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