Html Css Color HEX #70A1FA Cornflower Blue

📋 copy color: '#70A1FA'

red 112 ◦ green 161 ◦ blue 250

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

Shades of Cornflower Blue #70A1FA

Tints of Cornflower Blue #70A1FA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.78%

 BLUE value IS 250 (98.05% from 255) = 47.8%

R = 21.41%
G = 30.78%
B = 47.8%

CMYK

 C value IS 0.55

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#70A1FA (or 0x70A1FA) is known color: Cornflower Blue. HEX triplet: 70, A1 and FA. RGB value is (112,161,250). Sum of RGB (Red+Green+Blue) = 112+161+250=523 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.41% from 523); Green value is 161 (63.28% from 255 or 30.78% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #70A1FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70A1FA is #8F5E05. Grayscale: #9C9C9C. Windows color (decimal): -9395718 or 16425328. OLE color: 16425328.

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

Color convert

RGB 112 161 250 -
CMYK 0.55 0.36 0 0.02
HSL 218.7º 0.93% 0.71% -
HSV(B) 218.7º 0.55% 0.98% -
XYZ 36.68 35.84 95.43 -
YUV 156.5 180.77 96.26 -
System Red Green Blue C M Y K H S L
Decimal 112 161 250 0.55 0.36 0 0.02 218.7 0.93 0.71
Hex 70 A1 FA 37 24 0 2 DB 5D 47
Octal 160 241 372 67 44 0 2 333 135 107
Binary 1110000 10100001 11111010 110111 100100 0 10 11011011 1011101 1000111

Color Harmonies of #70A1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A1FA

Black with #70A1FA

Text Example


Text Example

White with #70A1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,161,250); }

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

background-color css

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

 a { background-color: rgb(112,161,250); }

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

border-color css

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

 span { border-color: rgb(112,161,250); }

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