Html Css Color HEX #70A5CF Jordy Blue

📋 copy color: '#70A5CF'

red 112 ◦ green 165 ◦ blue 207

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

Shades of Jordy Blue #70A5CF

Tints of Jordy Blue #70A5CF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.09%

 BLUE value IS 207 (81.25% from 255) = 42.77%

R = 23.14%
G = 34.09%
B = 42.77%

CMYK

 C value IS 0.46

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#70A5CF (or 0x70A5CF) is known color: Jordy Blue. HEX triplet: 70, A5 and CF. RGB value is (112,165,207). Sum of RGB (Red+Green+Blue) = 112+165+207=484 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.14% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #70A5CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A5CF is #8F5A30. Grayscale: #999999. Windows color (decimal): -9394737 or 13608304. OLE color: 13608304.

HSL color Cylindrical-coordinate representation of color #70A5CF: hue angle of 206.53º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70A5CF is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 165 207 -
CMYK 0.46 0.20 0 0.19
HSL 206.53º 0.5% 0.63% -
HSV(B) 206.53º 0.46% 0.81% -
XYZ 31.4 34.86 64.11 -
YUV 153.94 157.94 98.08 -
System Red Green Blue C M Y K H S L
Decimal 112 165 207 0.46 0.20 0 0.19 206.53 0.5 0.63
Hex 70 A5 CF 2E 14 0 13 CF 32 3F
Octal 160 245 317 56 24 0 23 317 62 77
Binary 1110000 10100101 11001111 101110 10100 0 10011 11001111 110010 111111

Color Harmonies of #70A5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A5CF

Black with #70A5CF

Text Example


Text Example

White with #70A5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,165,207); }

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

background-color css

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

 a { background-color: rgb(112,165,207); }

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

border-color css

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

 span { border-color: rgb(112,165,207); }

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