Html Css Color HEX #70A8FE Cornflower Blue

📋 copy color: '#70A8FE'

red 112 ◦ green 168 ◦ blue 254

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

Shades of Cornflower Blue #70A8FE

Tints of Cornflower Blue #70A8FE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.46%

 BLUE value IS 254 (99.61% from 255) = 47.57%

R = 20.97%
G = 31.46%
B = 47.57%

CMYK

 C value IS 0.56

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#70A8FE (or 0x70A8FE) is known color: Cornflower Blue. HEX triplet: 70, A8 and FE. RGB value is (112,168,254). Sum of RGB (Red+Green+Blue) = 112+168+254=534 (70% of max value = 765). Red value is 112 (44.14% from 255 or 20.97% from 534); Green value is 168 (66.02% from 255 or 31.46% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #70A8FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70A8FE is #8F5701. Grayscale: #A0A0A0. Windows color (decimal): -9393922 or 16689264. OLE color: 16689264.

HSL color Cylindrical-coordinate representation of color #70A8FE: hue angle of 216.34º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70A8FE is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 112 168 254 -
CMYK 0.56 0.34 0 0.00
HSL 216.34º 0.99% 0.72% -
HSV(B) 216.34º 0.56% 1% -
XYZ 38.57 38.61 99.18 -
YUV 161.06 180.45 93.01 -
System Red Green Blue C M Y K H S L
Decimal 112 168 254 0.56 0.34 0 0.00 216.34 0.99 0.72
Hex 70 A8 FE 38 22 0 0 D8 63 48
Octal 160 250 376 70 42 0 0 330 143 110
Binary 1110000 10101000 11111110 111000 100010 0 0 11011000 1100011 1001000

Color Harmonies of #70A8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A8FE

Black with #70A8FE

Text Example


Text Example

White with #70A8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,168,254); }

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

background-color css

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

 a { background-color: rgb(112,168,254); }

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

border-color css

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

 span { border-color: rgb(112,168,254); }

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