Html Css Color HEX #70B1EA Jordy Blue

📋 copy color: '#70B1EA'

red 112 ◦ green 177 ◦ blue 234

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

Shades of Jordy Blue #70B1EA

Tints of Jordy Blue #70B1EA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.84%

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

R = 21.41%
G = 33.84%
B = 44.74%

CMYK

 C value IS 0.52

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#70B1EA (or 0x70B1EA) is known color: Jordy Blue. HEX triplet: 70, B1 and EA. RGB value is (112,177,234). Sum of RGB (Red+Green+Blue) = 112+177+234=523 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.41% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #70B1EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70B1EA is #8F4E15. Grayscale: #A3A3A3. Windows color (decimal): -9391638 or 15380848. OLE color: 15380848.

HSL color Cylindrical-coordinate representation of color #70B1EA: hue angle of 208.03º 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 #70B1EA is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 177 234 -
CMYK 0.52 0.24 0 0.08
HSL 208.03º 0.74% 0.68% -
HSV(B) 208.03º 0.52% 0.92% -
XYZ 37.26 40.83 83.76 -
YUV 164.06 167.47 90.87 -
System Red Green Blue C M Y K H S L
Decimal 112 177 234 0.52 0.24 0 0.08 208.03 0.74 0.68
Hex 70 B1 EA 34 18 0 8 D0 4A 44
Octal 160 261 352 64 30 0 10 320 112 104
Binary 1110000 10110001 11101010 110100 11000 0 1000 11010000 1001010 1000100

Color Harmonies of #70B1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B1EA

Black with #70B1EA

Text Example


Text Example

White with #70B1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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