Html Css Color HEX #70A8EB Jordy Blue

📋 copy color: '#70A8EB'

red 112 ◦ green 168 ◦ blue 235

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

Shades of Jordy Blue #70A8EB

Tints of Jordy Blue #70A8EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.63%

R = 21.75%
G = 32.62%
B = 45.63%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#70A8EB (or 0x70A8EB) is known color: Jordy Blue. HEX triplet: 70, A8 and EB. RGB value is (112,168,235). Sum of RGB (Red+Green+Blue) = 112+168+235=515 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.75% from 515); Green value is 168 (66.02% from 255 or 32.62% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 235 - color contains mainly: blue. Hex color #70A8EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70A8EB is #8F5714. Grayscale: #9E9E9E. Windows color (decimal): -9393941 or 15444080. OLE color: 15444080.

HSL color Cylindrical-coordinate representation of color #70A8EB: hue angle of 212.68º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70A8EB is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 168 235 -
CMYK 0.52 0.29 0 0.08
HSL 212.68º 0.75% 0.68% -
HSV(B) 212.68º 0.52% 0.92% -
XYZ 35.68 37.45 83.94 -
YUV 158.89 170.95 94.55 -
System Red Green Blue C M Y K H S L
Decimal 112 168 235 0.52 0.29 0 0.08 212.68 0.75 0.68
Hex 70 A8 EB 34 1D 0 8 D5 4B 44
Octal 160 250 353 64 35 0 10 325 113 104
Binary 1110000 10101000 11101011 110100 11101 0 1000 11010101 1001011 1000100

Color Harmonies of #70A8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A8EB

Black with #70A8EB

Text Example


Text Example

White with #70A8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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