Html Css Color HEX #709CDC Jordy Blue

📋 copy color: '#709CDC'

red 112 ◦ green 156 ◦ blue 220

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

Shades of Jordy Blue #709CDC

Tints of Jordy Blue #709CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.08%

R = 22.95%
G = 31.97%
B = 45.08%

CMYK

 C value IS 0.49

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#709CDC (or 0x709CDC) is known color: Jordy Blue. HEX triplet: 70, 9C and DC. RGB value is (112,156,220). Sum of RGB (Red+Green+Blue) = 112+156+220=488 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.95% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #709CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709CDC is #8F6323. Grayscale: #959595. Windows color (decimal): -9397028 or 14457968. OLE color: 14457968.

HSL color Cylindrical-coordinate representation of color #709CDC: hue angle of 215.56º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #709CDC is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 156 220 -
CMYK 0.49 0.29 0 0.14
HSL 215.56º 0.61% 0.65% -
HSV(B) 215.56º 0.49% 0.86% -
XYZ 31.49 32.39 72.3 -
YUV 150.14 167.42 100.8 -
System Red Green Blue C M Y K H S L
Decimal 112 156 220 0.49 0.29 0 0.14 215.56 0.61 0.65
Hex 70 9C DC 31 1D 0 E D8 3D 41
Octal 160 234 334 61 35 0 16 330 75 101
Binary 1110000 10011100 11011100 110001 11101 0 1110 11011000 111101 1000001

Color Harmonies of #709CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709CDC

Black with #709CDC

Text Example


Text Example

White with #709CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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