Html Css Color HEX #70B2EB Jordy Blue

📋 copy color: '#70B2EB'

red 112 ◦ green 178 ◦ blue 235

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

Shades of Jordy Blue #70B2EB

Tints of Jordy Blue #70B2EB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.9%

 BLUE value IS 235 (92.19% from 255) = 44.76%

R = 21.33%
G = 33.9%
B = 44.76%

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

#70B2EB (or 0x70B2EB) is known color: Jordy Blue. HEX triplet: 70, B2 and EB. RGB value is (112,178,235). Sum of RGB (Red+Green+Blue) = 112+178+235=525 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.33% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #70B2EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70B2EB is #8F4D14. Grayscale: #A4A4A4. Windows color (decimal): -9391381 or 15446640. OLE color: 15446640.

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

Color convert

RGB 112 178 235 -
CMYK 0.52 0.24 0 0.08
HSL 207.8º 0.75% 0.68% -
HSV(B) 207.8º 0.52% 0.92% -
XYZ 37.6 41.28 84.58 -
YUV 164.76 167.63 90.37 -
System Red Green Blue C M Y K H S L
Decimal 112 178 235 0.52 0.24 0 0.08 207.8 0.75 0.68
Hex 70 B2 EB 34 18 0 8 D0 4B 44
Octal 160 262 353 64 30 0 10 320 113 104
Binary 1110000 10110010 11101011 110100 11000 0 1000 11010000 1001011 1000100

Color Harmonies of #70B2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B2EB

Black with #70B2EB

Text Example


Text Example

White with #70B2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,178,235); }

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

background-color css

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

 a { background-color: rgb(112,178,235); }

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

border-color css

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

 span { border-color: rgb(112,178,235); }

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