Html Css Color HEX #70AAF3 Jordy Blue

📋 copy color: '#70AAF3'

red 112 ◦ green 170 ◦ blue 243

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

Shades of Jordy Blue #70AAF3

Tints of Jordy Blue #70AAF3

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.38%

 BLUE value IS 243 (95.31% from 255) = 46.29%

R = 21.33%
G = 32.38%
B = 46.29%

CMYK

 C value IS 0.54

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#70AAF3 (or 0x70AAF3) is known color: Jordy Blue. HEX triplet: 70, AA and F3. RGB value is (112,170,243). Sum of RGB (Red+Green+Blue) = 112+170+243=525 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.33% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 243 (95.31% from 255 or 46.29% from 525); Max value from RGB is 243 - color contains mainly: blue. Hex color #70AAF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70AAF3 is #8F550C. Grayscale: #A0A0A0. Windows color (decimal): -9393421 or 15968880. OLE color: 15968880.

HSL color Cylindrical-coordinate representation of color #70AAF3: hue angle of 213.44º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70AAF3 is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 112 170 243 -
CMYK 0.54 0.30 0 0.05
HSL 213.44º 0.85% 0.7% -
HSV(B) 213.44º 0.54% 0.95% -
XYZ 37.23 38.67 90.29 -
YUV 160.98 174.28 93.06 -
System Red Green Blue C M Y K H S L
Decimal 112 170 243 0.54 0.30 0 0.05 213.44 0.85 0.7
Hex 70 AA F3 36 1E 0 5 D5 55 46
Octal 160 252 363 66 36 0 5 325 125 106
Binary 1110000 10101010 11110011 110110 11110 0 101 11010101 1010101 1000110

Color Harmonies of #70AAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AAF3

Black with #70AAF3

Text Example


Text Example

White with #70AAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,170,243); }

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

background-color css

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

 a { background-color: rgb(112,170,243); }

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

border-color css

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

 span { border-color: rgb(112,170,243); }

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