Html Css Color HEX #70A5F6 Cornflower Blue

📋 copy color: '#70A5F6'

red 112 ◦ green 165 ◦ blue 246

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

Shades of Cornflower Blue #70A5F6

Tints of Cornflower Blue #70A5F6

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.55%

 BLUE value IS 246 (96.48% from 255) = 47.04%

R = 21.41%
G = 31.55%
B = 47.04%

CMYK

 C value IS 0.54

 M value IS 0.33

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#70A5F6 (or 0x70A5F6) is known color: Cornflower Blue. HEX triplet: 70, A5 and F6. RGB value is (112,165,246). Sum of RGB (Red+Green+Blue) = 112+165+246=523 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.41% from 523); Green value is 165 (64.84% from 255 or 31.55% from 523); Blue value is 246 (96.48% from 255 or 47.04% from 523); Max value from RGB is 246 - color contains mainly: blue. Hex color #70A5F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70A5F6 is #8F5A09. Grayscale: #9E9E9E. Windows color (decimal): -9394698 or 16164208. OLE color: 16164208.

HSL color Cylindrical-coordinate representation of color #70A5F6: hue angle of 216.27º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70A5F6 is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 112 165 246 -
CMYK 0.54 0.33 0 0.04
HSL 216.27º 0.88% 0.7% -
HSV(B) 216.27º 0.54% 0.96% -
XYZ 36.77 37.01 92.39 -
YUV 158.39 177.44 94.91 -
System Red Green Blue C M Y K H S L
Decimal 112 165 246 0.54 0.33 0 0.04 216.27 0.88 0.7
Hex 70 A5 F6 36 21 0 4 D8 58 46
Octal 160 245 366 66 41 0 4 330 130 106
Binary 1110000 10100101 11110110 110110 100001 0 100 11011000 1011000 1000110

Color Harmonies of #70A5F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A5F6

Black with #70A5F6

Text Example


Text Example

White with #70A5F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,165,246); }

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

background-color css

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

 a { background-color: rgb(112,165,246); }

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

border-color css

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

 span { border-color: rgb(112,165,246); }

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