Html Css Color HEX #70A4F9 Cornflower Blue

📋 copy color: '#70A4F9'

red 112 ◦ green 164 ◦ blue 249

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

Shades of Cornflower Blue #70A4F9

Tints of Cornflower Blue #70A4F9

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.24%

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

R = 21.33%
G = 31.24%
B = 47.43%

CMYK

 C value IS 0.55

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#70A4F9 (or 0x70A4F9) is known color: Cornflower Blue. HEX triplet: 70, A4 and F9. RGB value is (112,164,249). Sum of RGB (Red+Green+Blue) = 112+164+249=525 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.33% from 525); Green value is 164 (64.45% from 255 or 31.24% from 525); Blue value is 249 (97.66% from 255 or 47.43% from 525); Max value from RGB is 249 - color contains mainly: blue. Hex color #70A4F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70A4F9 is #8F5B06. Grayscale: #9D9D9D. Windows color (decimal): -9394951 or 16360560. OLE color: 16360560.

HSL color Cylindrical-coordinate representation of color #70A4F9: hue angle of 217.23º 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 #70A4F9 is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 164 249 -
CMYK 0.55 0.34 0 0.02
HSL 217.23º 0.92% 0.71% -
HSV(B) 217.23º 0.55% 0.98% -
XYZ 37.06 36.84 94.78 -
YUV 158.14 179.27 95.09 -
System Red Green Blue C M Y K H S L
Decimal 112 164 249 0.55 0.34 0 0.02 217.23 0.92 0.71
Hex 70 A4 F9 37 22 0 2 D9 5C 47
Octal 160 244 371 67 42 0 2 331 134 107
Binary 1110000 10100100 11111001 110111 100010 0 10 11011001 1011100 1000111

Color Harmonies of #70A4F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A4F9

Black with #70A4F9

Text Example


Text Example

White with #70A4F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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