Html Css Color HEX #709DDA Jordy Blue

📋 copy color: '#709DDA'

red 112 ◦ green 157 ◦ blue 218

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

Shades of Jordy Blue #709DDA

Tints of Jordy Blue #709DDA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.24%

 BLUE value IS 218 (85.55% from 255) = 44.76%

R = 23%
G = 32.24%
B = 44.76%

CMYK

 C value IS 0.49

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#709DDA (or 0x709DDA) is known color: Jordy Blue. HEX triplet: 70, 9D and DA. RGB value is (112,157,218). Sum of RGB (Red+Green+Blue) = 112+157+218=487 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.00% from 487); Green value is 157 (61.72% from 255 or 32.24% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #709DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709DDA is #8F6225. Grayscale: #969696. Windows color (decimal): -9396774 or 14327152. OLE color: 14327152.

HSL color Cylindrical-coordinate representation of color #709DDA: hue angle of 214.53º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #709DDA is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 157 218 -
CMYK 0.49 0.28 0 0.15
HSL 214.53º 0.59% 0.65% -
HSV(B) 214.53º 0.49% 0.85% -
XYZ 31.39 32.62 70.97 -
YUV 150.5 166.09 100.54 -
System Red Green Blue C M Y K H S L
Decimal 112 157 218 0.49 0.28 0 0.15 214.53 0.59 0.65
Hex 70 9D DA 31 1C 0 F D7 3B 41
Octal 160 235 332 61 34 0 17 327 73 101
Binary 1110000 10011101 11011010 110001 11100 0 1111 11010111 111011 1000001

Color Harmonies of #709DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709DDA

Black with #709DDA

Text Example


Text Example

White with #709DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,157,218); }

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

background-color css

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

 a { background-color: rgb(112,157,218); }

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

border-color css

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

 span { border-color: rgb(112,157,218); }

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