Html Css Color HEX #70AFEA Jordy Blue

📋 copy color: '#70AFEA'

red 112 ◦ green 175 ◦ blue 234

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

Shades of Jordy Blue #70AFEA

Tints of Jordy Blue #70AFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.91%

R = 21.5%
G = 33.59%
B = 44.91%

CMYK

 C value IS 0.52

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#70AFEA (or 0x70AFEA) is known color: Jordy Blue. HEX triplet: 70, AF and EA. RGB value is (112,175,234). Sum of RGB (Red+Green+Blue) = 112+175+234=521 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.50% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #70AFEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70AFEA is #8F5015. Grayscale: #A2A2A2. Windows color (decimal): -9392150 or 15380336. OLE color: 15380336.

HSL color Cylindrical-coordinate representation of color #70AFEA: hue angle of 209.02º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70AFEA is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 175 234 -
CMYK 0.52 0.25 0 0.08
HSL 209.02º 0.74% 0.68% -
HSV(B) 209.02º 0.52% 0.92% -
XYZ 36.86 40.05 83.63 -
YUV 162.89 168.13 91.7 -
System Red Green Blue C M Y K H S L
Decimal 112 175 234 0.52 0.25 0 0.08 209.02 0.74 0.68
Hex 70 AF EA 34 19 0 8 D1 4A 44
Octal 160 257 352 64 31 0 10 321 112 104
Binary 1110000 10101111 11101010 110100 11001 0 1000 11010001 1001010 1000100

Color Harmonies of #70AFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AFEA

Black with #70AFEA

Text Example


Text Example

White with #70AFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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