Html Css Color HEX #70A7F9 Cornflower Blue

📋 copy color: '#70A7F9'

red 112 ◦ green 167 ◦ blue 249

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

Shades of Cornflower Blue #70A7F9

Tints of Cornflower Blue #70A7F9

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.63%

 BLUE value IS 249 (97.66% from 255) = 47.16%

R = 21.21%
G = 31.63%
B = 47.16%

CMYK

 C value IS 0.55

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#70A7F9 (or 0x70A7F9) is known color: Cornflower Blue. HEX triplet: 70, A7 and F9. RGB value is (112,167,249). Sum of RGB (Red+Green+Blue) = 112+167+249=528 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.21% from 528); Green value is 167 (65.62% from 255 or 31.63% from 528); Blue value is 249 (97.66% from 255 or 47.16% from 528); Max value from RGB is 249 - color contains mainly: blue. Hex color #70A7F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70A7F9 is #8F5806. Grayscale: #9F9F9F. Windows color (decimal): -9394183 or 16361328. OLE color: 16361328.

HSL color Cylindrical-coordinate representation of color #70A7F9: hue angle of 215.91º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70A7F9 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 167 249 -
CMYK 0.55 0.33 0 0.02
HSL 215.91º 0.92% 0.71% -
HSV(B) 215.91º 0.55% 0.98% -
XYZ 37.6 37.92 94.96 -
YUV 159.9 178.28 93.83 -
System Red Green Blue C M Y K H S L
Decimal 112 167 249 0.55 0.33 0 0.02 215.91 0.92 0.71
Hex 70 A7 F9 37 21 0 2 D8 5C 47
Octal 160 247 371 67 41 0 2 330 134 107
Binary 1110000 10100111 11111001 110111 100001 0 10 11011000 1011100 1000111

Color Harmonies of #70A7F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A7F9

Black with #70A7F9

Text Example


Text Example

White with #70A7F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,167,249); }

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

background-color css

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

 a { background-color: rgb(112,167,249); }

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

border-color css

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

 span { border-color: rgb(112,167,249); }

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