Html Css Color HEX #709FDA Jordy Blue

📋 copy color: '#709FDA'

red 112 ◦ green 159 ◦ blue 218

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

Shades of Jordy Blue #709FDA

Tints of Jordy Blue #709FDA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.52%

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

R = 22.9%
G = 32.52%
B = 44.58%

CMYK

 C value IS 0.49

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#709FDA (or 0x709FDA) is known color: Jordy Blue. HEX triplet: 70, 9F and DA. RGB value is (112,159,218). Sum of RGB (Red+Green+Blue) = 112+159+218=489 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.90% from 489); Green value is 159 (62.5% from 255 or 32.52% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #709FDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709FDA is #8F6025. Grayscale: #979797. Windows color (decimal): -9396262 or 14327664. OLE color: 14327664.

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

Color convert

RGB 112 159 218 -
CMYK 0.49 0.27 0 0.15
HSL 213.4º 0.59% 0.65% -
HSV(B) 213.4º 0.49% 0.85% -
XYZ 31.74 33.3 71.09 -
YUV 151.67 165.43 99.7 -
System Red Green Blue C M Y K H S L
Decimal 112 159 218 0.49 0.27 0 0.15 213.4 0.59 0.65
Hex 70 9F DA 31 1B 0 F D5 3B 41
Octal 160 237 332 61 33 0 17 325 73 101
Binary 1110000 10011111 11011010 110001 11011 0 1111 11010101 111011 1000001

Color Harmonies of #709FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709FDA

Black with #709FDA

Text Example


Text Example

White with #709FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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