Html Css Color HEX #70AFE4 Jordy Blue

📋 copy color: '#70AFE4'

red 112 ◦ green 175 ◦ blue 228

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

Shades of Jordy Blue #70AFE4

Tints of Jordy Blue #70AFE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 44.27%

R = 21.75%
G = 33.98%
B = 44.27%

CMYK

 C value IS 0.51

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#70AFE4 (or 0x70AFE4) is known color: Jordy Blue. HEX triplet: 70, AF and E4. RGB value is (112,175,228). Sum of RGB (Red+Green+Blue) = 112+175+228=515 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.75% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 228 (89.45% from 255 or 44.27% from 515); Max value from RGB is 228 - color contains mainly: blue. Hex color #70AFE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AFE4 is #8F501B. Grayscale: #A1A1A1. Windows color (decimal): -9392156 or 14987120. OLE color: 14987120.

HSL color Cylindrical-coordinate representation of color #70AFE4: hue angle of 207.41º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70AFE4 is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 112 175 228 -
CMYK 0.51 0.23 0 0.11
HSL 207.41º 0.68% 0.67% -
HSV(B) 207.41º 0.51% 0.89% -
XYZ 36.02 39.71 79.16 -
YUV 162.21 165.13 92.19 -
System Red Green Blue C M Y K H S L
Decimal 112 175 228 0.51 0.23 0 0.11 207.41 0.68 0.67
Hex 70 AF E4 33 17 0 B CF 44 43
Octal 160 257 344 63 27 0 13 317 104 103
Binary 1110000 10101111 11100100 110011 10111 0 1011 11001111 1000100 1000011

Color Harmonies of #70AFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AFE4

Black with #70AFE4

Text Example


Text Example

White with #70AFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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