Html Css Color HEX #70A9EE Jordy Blue

📋 copy color: '#70A9EE'

red 112 ◦ green 169 ◦ blue 238

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

Shades of Jordy Blue #70A9EE

Tints of Jordy Blue #70A9EE

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.56%

 BLUE value IS 238 (93.36% from 255) = 45.86%

R = 21.58%
G = 32.56%
B = 45.86%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#70A9EE (or 0x70A9EE) is known color: Jordy Blue. HEX triplet: 70, A9 and EE. RGB value is (112,169,238). Sum of RGB (Red+Green+Blue) = 112+169+238=519 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.58% from 519); Green value is 169 (66.41% from 255 or 32.56% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #70A9EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70A9EE is #8F5611. Grayscale: #9F9F9F. Windows color (decimal): -9393682 or 15640944. OLE color: 15640944.

HSL color Cylindrical-coordinate representation of color #70A9EE: hue angle of 212.86º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70A9EE is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 169 238 -
CMYK 0.53 0.29 0 0.07
HSL 212.86º 0.79% 0.69% -
HSV(B) 212.86º 0.53% 0.93% -
XYZ 36.3 37.99 86.31 -
YUV 159.82 172.12 93.89 -
System Red Green Blue C M Y K H S L
Decimal 112 169 238 0.53 0.29 0 0.07 212.86 0.79 0.69
Hex 70 A9 EE 35 1D 0 7 D5 4F 45
Octal 160 251 356 65 35 0 7 325 117 105
Binary 1110000 10101001 11101110 110101 11101 0 111 11010101 1001111 1000101

Color Harmonies of #70A9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A9EE

Black with #70A9EE

Text Example


Text Example

White with #70A9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,169,238); }

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

background-color css

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

 a { background-color: rgb(112,169,238); }

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

border-color css

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

 span { border-color: rgb(112,169,238); }

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