Html Css Color HEX #70AFEF Jordy Blue

📋 copy color: '#70AFEF'

red 112 ◦ green 175 ◦ blue 239

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

Shades of Jordy Blue #70AFEF

Tints of Jordy Blue #70AFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.44%

R = 21.29%
G = 33.27%
B = 45.44%

CMYK

 C value IS 0.53

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#70AFEF (or 0x70AFEF) is known color: Jordy Blue. HEX triplet: 70, AF and EF. RGB value is (112,175,239). Sum of RGB (Red+Green+Blue) = 112+175+239=526 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.29% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #70AFEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70AFEF is #8F5010. Grayscale: #A3A3A3. Windows color (decimal): -9392145 or 15708016. OLE color: 15708016.

HSL color Cylindrical-coordinate representation of color #70AFEF: hue angle of 210.24º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70AFEF is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 175 239 -
CMYK 0.53 0.27 0 0.06
HSL 210.24º 0.8% 0.69% -
HSV(B) 210.24º 0.53% 0.94% -
XYZ 37.59 40.34 87.47 -
YUV 163.46 170.63 91.3 -
System Red Green Blue C M Y K H S L
Decimal 112 175 239 0.53 0.27 0 0.06 210.24 0.8 0.69
Hex 70 AF EF 35 1B 0 6 D2 50 45
Octal 160 257 357 65 33 0 6 322 120 105
Binary 1110000 10101111 11101111 110101 11011 0 110 11010010 1010000 1000101

Color Harmonies of #70AFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AFEF

Black with #70AFEF

Text Example


Text Example

White with #70AFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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