Html Css Color HEX #70ADED Jordy Blue

📋 copy color: '#70ADED'

red 112 ◦ green 173 ◦ blue 237

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

Shades of Jordy Blue #70ADED

Tints of Jordy Blue #70ADED

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.14%

 BLUE value IS 237 (92.97% from 255) = 45.4%

R = 21.46%
G = 33.14%
B = 45.4%

CMYK

 C value IS 0.53

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#70ADED (or 0x70ADED) is known color: Jordy Blue. HEX triplet: 70, AD and ED. RGB value is (112,173,237). Sum of RGB (Red+Green+Blue) = 112+173+237=522 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.46% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #70ADED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70ADED is #8F5212. Grayscale: #A1A1A1. Windows color (decimal): -9392659 or 15576432. OLE color: 15576432.

HSL color Cylindrical-coordinate representation of color #70ADED: hue angle of 210.72º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70ADED is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 173 237 -
CMYK 0.53 0.27 0 0.07
HSL 210.72º 0.78% 0.68% -
HSV(B) 210.72º 0.53% 0.93% -
XYZ 36.91 39.45 85.79 -
YUV 162.06 170.29 92.3 -
System Red Green Blue C M Y K H S L
Decimal 112 173 237 0.53 0.27 0 0.07 210.72 0.78 0.68
Hex 70 AD ED 35 1B 0 7 D3 4E 44
Octal 160 255 355 65 33 0 7 323 116 104
Binary 1110000 10101101 11101101 110101 11011 0 111 11010011 1001110 1000100

Color Harmonies of #70ADED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ADED

Black with #70ADED

Text Example


Text Example

White with #70ADED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,173,237); }

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

background-color css

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

 a { background-color: rgb(112,173,237); }

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

border-color css

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

 span { border-color: rgb(112,173,237); }

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