Html Css Color HEX #70A8F3 Jordy Blue

📋 copy color: '#70A8F3'

red 112 ◦ green 168 ◦ blue 243

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

Shades of Jordy Blue #70A8F3

Tints of Jordy Blue #70A8F3

RGB

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

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

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

R = 21.41%
G = 32.12%
B = 46.46%

CMYK

 C value IS 0.54

 M value IS 0.31

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#70A8F3 (or 0x70A8F3) is known color: Jordy Blue. HEX triplet: 70, A8 and F3. RGB value is (112,168,243). Sum of RGB (Red+Green+Blue) = 112+168+243=523 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.41% from 523); Green value is 168 (66.02% from 255 or 32.12% from 523); Blue value is 243 (95.31% from 255 or 46.46% from 523); Max value from RGB is 243 - color contains mainly: blue. Hex color #70A8F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70A8F3 is #8F570C. Grayscale: #9F9F9F. Windows color (decimal): -9393933 or 15968368. OLE color: 15968368.

HSL color Cylindrical-coordinate representation of color #70A8F3: hue angle of 214.35º 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 #70A8F3 is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 112 168 243 -
CMYK 0.54 0.31 0 0.05
HSL 214.35º 0.85% 0.7% -
HSV(B) 214.35º 0.54% 0.95% -
XYZ 36.86 37.92 90.17 -
YUV 159.81 174.95 93.9 -
System Red Green Blue C M Y K H S L
Decimal 112 168 243 0.54 0.31 0 0.05 214.35 0.85 0.7
Hex 70 A8 F3 36 1F 0 5 D6 55 46
Octal 160 250 363 66 37 0 5 326 125 106
Binary 1110000 10101000 11110011 110110 11111 0 101 11010110 1010101 1000110

Color Harmonies of #70A8F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A8F3

Black with #70A8F3

Text Example


Text Example

White with #70A8F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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