Html Css Color HEX #70A1EA Cornflower Blue

📋 copy color: '#70A1EA'

red 112 ◦ green 161 ◦ blue 234

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

Shades of Cornflower Blue #70A1EA

Tints of Cornflower Blue #70A1EA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.76%

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

R = 22.09%
G = 31.76%
B = 46.15%

CMYK

 C value IS 0.52

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#70A1EA (or 0x70A1EA) is known color: Cornflower Blue. HEX triplet: 70, A1 and EA. RGB value is (112,161,234). Sum of RGB (Red+Green+Blue) = 112+161+234=507 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.09% from 507); Green value is 161 (63.28% from 255 or 31.76% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #70A1EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70A1EA is #8F5E15. Grayscale: #9A9A9A. Windows color (decimal): -9395734 or 15376752. OLE color: 15376752.

HSL color Cylindrical-coordinate representation of color #70A1EA: hue angle of 215.9º 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 #70A1EA is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 161 234 -
CMYK 0.52 0.31 0 0.08
HSL 215.9º 0.74% 0.68% -
HSV(B) 215.9º 0.52% 0.92% -
XYZ 34.28 34.88 82.77 -
YUV 154.67 172.77 97.56 -
System Red Green Blue C M Y K H S L
Decimal 112 161 234 0.52 0.31 0 0.08 215.9 0.74 0.68
Hex 70 A1 EA 34 1F 0 8 D8 4A 44
Octal 160 241 352 64 37 0 10 330 112 104
Binary 1110000 10100001 11101010 110100 11111 0 1000 11011000 1001010 1000100

Color Harmonies of #70A1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A1EA

Black with #70A1EA

Text Example


Text Example

White with #70A1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70A1EA; }

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

 H1.HeaderClassName
 {
   color: #70A1EA;
 }
 .AnyTagClassName
 {
   color: #70A1EA;
 }
</style>

background-color css

<style>
 a { background-color: #70A1EA; }

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

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

border-color css

<style>
 span { border-color: #70A1EA; }

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

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