Html Css Color HEX #70A8FD Cornflower Blue

📋 copy color: '#70A8FD'

red 112 ◦ green 168 ◦ blue 253

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

Shades of Cornflower Blue #70A8FD

Tints of Cornflower Blue #70A8FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.47%

R = 21.01%
G = 31.52%
B = 47.47%

CMYK

 C value IS 0.56

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#70A8FD (or 0x70A8FD) is known color: Cornflower Blue. HEX triplet: 70, A8 and FD. RGB value is (112,168,253). Sum of RGB (Red+Green+Blue) = 112+168+253=533 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.01% from 533); Green value is 168 (66.02% from 255 or 31.52% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #70A8FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70A8FD is #8F5702. Grayscale: #A0A0A0. Windows color (decimal): -9393923 or 16623728. OLE color: 16623728.

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

Color convert

RGB 112 168 253 -
CMYK 0.56 0.34 0 0.01
HSL 216.17º 0.97% 0.72% -
HSV(B) 216.17º 0.56% 0.99% -
XYZ 38.41 38.54 98.34 -
YUV 160.95 179.95 93.09 -
System Red Green Blue C M Y K H S L
Decimal 112 168 253 0.56 0.34 0 0.01 216.17 0.97 0.72
Hex 70 A8 FD 38 22 0 1 D8 61 48
Octal 160 250 375 70 42 0 1 330 141 110
Binary 1110000 10101000 11111101 111000 100010 0 1 11011000 1100001 1001000

Color Harmonies of #70A8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A8FD

Black with #70A8FD

Text Example


Text Example

White with #70A8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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