Html Css Color HEX #70A6EA Jordy Blue

📋 copy color: '#70A6EA'

red 112 ◦ green 166 ◦ blue 234

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

Shades of Jordy Blue #70A6EA

Tints of Jordy Blue #70A6EA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.42%

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

R = 21.88%
G = 32.42%
B = 45.7%

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

#70A6EA (or 0x70A6EA) is known color: Jordy Blue. HEX triplet: 70, A6 and EA. RGB value is (112,166,234). Sum of RGB (Red+Green+Blue) = 112+166+234=512 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.88% from 512); Green value is 166 (65.23% from 255 or 32.42% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #70A6EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70A6EA is #8F5915. Grayscale: #9D9D9D. Windows color (decimal): -9394454 or 15378032. OLE color: 15378032.

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

Color convert

RGB 112 166 234 -
CMYK 0.52 0.29 0 0.08
HSL 213.44º 0.74% 0.68% -
HSV(B) 213.44º 0.52% 0.92% -
XYZ 35.17 36.66 83.06 -
YUV 157.61 171.11 95.47 -
System Red Green Blue C M Y K H S L
Decimal 112 166 234 0.52 0.29 0 0.08 213.44 0.74 0.68
Hex 70 A6 EA 34 1D 0 8 D5 4A 44
Octal 160 246 352 64 35 0 10 325 112 104
Binary 1110000 10100110 11101010 110100 11101 0 1000 11010101 1001010 1000100

Color Harmonies of #70A6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A6EA

Black with #70A6EA

Text Example


Text Example

White with #70A6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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