Html Css Color HEX #70A4DB Jordy Blue

📋 copy color: '#70A4DB'

red 112 ◦ green 164 ◦ blue 219

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

Shades of Jordy Blue #70A4DB

Tints of Jordy Blue #70A4DB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.13%

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

R = 22.63%
G = 33.13%
B = 44.24%

CMYK

 C value IS 0.49

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#70A4DB (or 0x70A4DB) is known color: Jordy Blue. HEX triplet: 70, A4 and DB. RGB value is (112,164,219). Sum of RGB (Red+Green+Blue) = 112+164+219=495 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.63% from 495); Green value is 164 (64.45% from 255 or 33.13% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #70A4DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A4DB is #8F5B24. Grayscale: #9A9A9A. Windows color (decimal): -9394981 or 14394480. OLE color: 14394480.

HSL color Cylindrical-coordinate representation of color #70A4DB: hue angle of 210.84º 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 #70A4DB is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 164 219 -
CMYK 0.49 0.25 0 0.14
HSL 210.84º 0.6% 0.65% -
HSV(B) 210.84º 0.49% 0.86% -
XYZ 32.74 35.11 72.07 -
YUV 154.72 164.27 97.53 -
System Red Green Blue C M Y K H S L
Decimal 112 164 219 0.49 0.25 0 0.14 210.84 0.6 0.65
Hex 70 A4 DB 31 19 0 E D3 3C 41
Octal 160 244 333 61 31 0 16 323 74 101
Binary 1110000 10100100 11011011 110001 11001 0 1110 11010011 111100 1000001

Color Harmonies of #70A4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A4DB

Black with #70A4DB

Text Example


Text Example

White with #70A4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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