Html Css Color HEX #70A9EA Jordy Blue

📋 copy color: '#70A9EA'

red 112 ◦ green 169 ◦ blue 234

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

Shades of Jordy Blue #70A9EA

Tints of Jordy Blue #70A9EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.44%

R = 21.75%
G = 32.82%
B = 45.44%

CMYK

 C value IS 0.52

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#70A9EA (or 0x70A9EA) is known color: Jordy Blue. HEX triplet: 70, A9 and EA. RGB value is (112,169,234). Sum of RGB (Red+Green+Blue) = 112+169+234=515 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.75% from 515); Green value is 169 (66.41% from 255 or 32.82% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 234 - color contains mainly: blue. Hex color #70A9EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70A9EA is #8F5615. Grayscale: #9F9F9F. Windows color (decimal): -9393686 or 15378800. OLE color: 15378800.

HSL color Cylindrical-coordinate representation of color #70A9EA: hue angle of 211.97º degrees, saturation: 0.74, 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 #70A9EA is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 169 234 -
CMYK 0.52 0.28 0 0.08
HSL 211.97º 0.74% 0.68% -
HSV(B) 211.97º 0.52% 0.92% -
XYZ 35.72 37.76 83.25 -
YUV 159.37 170.12 94.21 -
System Red Green Blue C M Y K H S L
Decimal 112 169 234 0.52 0.28 0 0.08 211.97 0.74 0.68
Hex 70 A9 EA 34 1C 0 8 D4 4A 44
Octal 160 251 352 64 34 0 10 324 112 104
Binary 1110000 10101001 11101010 110100 11100 0 1000 11010100 1001010 1000100

Color Harmonies of #70A9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A9EA

Black with #70A9EA

Text Example


Text Example

White with #70A9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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