Html Css Color HEX #709ADC Jordy Blue

📋 copy color: '#709ADC'

red 112 ◦ green 154 ◦ blue 220

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

Shades of Jordy Blue #709ADC

Tints of Jordy Blue #709ADC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.69%

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

R = 23.05%
G = 31.69%
B = 45.27%

CMYK

 C value IS 0.49

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#709ADC (or 0x709ADC) is known color: Jordy Blue. HEX triplet: 70, 9A and DC. RGB value is (112,154,220). Sum of RGB (Red+Green+Blue) = 112+154+220=486 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.05% from 486); Green value is 154 (60.55% from 255 or 31.69% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #709ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709ADC is #8F6523. Grayscale: #949494. Windows color (decimal): -9397540 or 14457456. OLE color: 14457456.

HSL color Cylindrical-coordinate representation of color #709ADC: hue angle of 216.67º 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 #709ADC is Cyan = 0.49, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 154 220 -
CMYK 0.49 0.3 0 0.14
HSL 216.67º 0.61% 0.65% -
HSV(B) 216.67º 0.49% 0.86% -
XYZ 31.16 31.72 72.19 -
YUV 148.97 168.09 101.63 -
System Red Green Blue C M Y K H S L
Decimal 112 154 220 0.49 0.3 0 0.14 216.67 0.61 0.65
Hex 70 9A DC 31 1E 0 E D9 3D 41
Octal 160 232 334 61 36 0 16 331 75 101
Binary 1110000 10011010 11011100 110001 11110 0 1110 11011001 111101 1000001

Color Harmonies of #709ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709ADC

Black with #709ADC

Text Example


Text Example

White with #709ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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