Html Css Color HEX #70AFED Jordy Blue

📋 copy color: '#70AFED'

red 112 ◦ green 175 ◦ blue 237

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

Shades of Jordy Blue #70AFED

Tints of Jordy Blue #70AFED

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.4%

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

R = 21.37%
G = 33.4%
B = 45.23%

CMYK

 C value IS 0.53

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#70AFED (or 0x70AFED) is known color: Jordy Blue. HEX triplet: 70, AF and ED. RGB value is (112,175,237). Sum of RGB (Red+Green+Blue) = 112+175+237=524 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.37% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #70AFED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70AFED is #8F5012. Grayscale: #A2A2A2. Windows color (decimal): -9392147 or 15576944. OLE color: 15576944.

HSL color Cylindrical-coordinate representation of color #70AFED: hue angle of 209.76º 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 #70AFED is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 175 237 -
CMYK 0.53 0.26 0 0.07
HSL 209.76º 0.78% 0.68% -
HSV(B) 209.76º 0.53% 0.93% -
XYZ 37.3 40.22 85.92 -
YUV 163.23 169.63 91.46 -
System Red Green Blue C M Y K H S L
Decimal 112 175 237 0.53 0.26 0 0.07 209.76 0.78 0.68
Hex 70 AF ED 35 1A 0 7 D2 4E 44
Octal 160 257 355 65 32 0 7 322 116 104
Binary 1110000 10101111 11101101 110101 11010 0 111 11010010 1001110 1000100

Color Harmonies of #70AFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AFED

Black with #70AFED

Text Example


Text Example

White with #70AFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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