Html Css Color HEX #70A2DB Jordy Blue

📋 copy color: '#70A2DB'

red 112 ◦ green 162 ◦ blue 219

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

Shades of Jordy Blue #70A2DB

Tints of Jordy Blue #70A2DB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.86%

 BLUE value IS 219 (85.94% from 255) = 44.42%

R = 22.72%
G = 32.86%
B = 44.42%

CMYK

 C value IS 0.49

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#70A2DB (or 0x70A2DB) is known color: Jordy Blue. HEX triplet: 70, A2 and DB. RGB value is (112,162,219). Sum of RGB (Red+Green+Blue) = 112+162+219=493 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.72% from 493); Green value is 162 (63.67% from 255 or 32.86% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #70A2DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A2DB is #8F5D24. Grayscale: #999999. Windows color (decimal): -9395493 or 14393968. OLE color: 14393968.

HSL color Cylindrical-coordinate representation of color #70A2DB: hue angle of 211.96º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70A2DB is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 162 219 -
CMYK 0.49 0.26 0 0.14
HSL 211.96º 0.6% 0.65% -
HSV(B) 211.96º 0.49% 0.86% -
XYZ 32.39 34.4 71.95 -
YUV 153.55 164.94 98.37 -
System Red Green Blue C M Y K H S L
Decimal 112 162 219 0.49 0.26 0 0.14 211.96 0.6 0.65
Hex 70 A2 DB 31 1A 0 E D4 3C 41
Octal 160 242 333 61 32 0 16 324 74 101
Binary 1110000 10100010 11011011 110001 11010 0 1110 11010100 111100 1000001

Color Harmonies of #70A2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A2DB

Black with #70A2DB

Text Example


Text Example

White with #70A2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,162,219); }

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

background-color css

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

 a { background-color: rgb(112,162,219); }

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

border-color css

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

 span { border-color: rgb(112,162,219); }

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