Html Css Color HEX #709CE0 Jordy Blue

📋 copy color: '#709CE0'

red 112 ◦ green 156 ◦ blue 224

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

Shades of Jordy Blue #709CE0

Tints of Jordy Blue #709CE0

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.71%

 BLUE value IS 224 (87.89% from 255) = 45.53%

R = 22.76%
G = 31.71%
B = 45.53%

CMYK

 C value IS 0.50

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#709CE0 (or 0x709CE0) is known color: Jordy Blue. HEX triplet: 70, 9C and E0. RGB value is (112,156,224). Sum of RGB (Red+Green+Blue) = 112+156+224=492 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.76% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 224 (87.89% from 255 or 45.53% from 492); Max value from RGB is 224 - color contains mainly: blue. Hex color #709CE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709CE0 is #8F631F. Grayscale: #969696. Windows color (decimal): -9397024 or 14720112. OLE color: 14720112.

HSL color Cylindrical-coordinate representation of color #709CE0: hue angle of 216.43º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #709CE0 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 112 156 224 -
CMYK 0.50 0.30 0 0.12
HSL 216.43º 0.64% 0.66% -
HSV(B) 216.43º 0.5% 0.88% -
XYZ 32.03 32.6 75.13 -
YUV 150.6 169.42 100.47 -
System Red Green Blue C M Y K H S L
Decimal 112 156 224 0.50 0.30 0 0.12 216.43 0.64 0.66
Hex 70 9C E0 32 1E 0 C D8 40 42
Octal 160 234 340 62 36 0 14 330 100 102
Binary 1110000 10011100 11100000 110010 11110 0 1100 11011000 1000000 1000010

Color Harmonies of #709CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709CE0

Black with #709CE0

Text Example


Text Example

White with #709CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709CE0; }

 p { color: rgb(112,156,224); }

 H1.HeaderClassName
 {
   color: #709CE0;
 }
 .AnyTagClassName
 {
   color: #709CE0;
 }
</style>

background-color css

<style>
 a { background-color: #709CE0; }

 a { background-color: rgb(112,156,224); }

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

border-color css

<style>
 span { border-color: #709CE0; }

 span { border-color: rgb(112,156,224); }

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