Html Css Color HEX #789CDD Jordy Blue

📋 copy color: '#789CDD'

red 120 ◦ green 156 ◦ blue 221

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

Shades of Jordy Blue #789CDD

Tints of Jordy Blue #789CDD

RGB

 RED value IS 120 (47.27% from 255) = 24.14%

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

 BLUE value IS 221 (86.72% from 255) = 44.47%

R = 24.14%
G = 31.39%
B = 44.47%

CMYK

 C value IS 0.46

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#789CDD (or 0x789CDD) is known color: Jordy Blue. HEX triplet: 78, 9C and DD. RGB value is (120,156,221). Sum of RGB (Red+Green+Blue) = 120+156+221=497 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.14% from 497); Green value is 156 (61.33% from 255 or 31.39% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #789CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789CDD is #876322. Grayscale: #989898. Windows color (decimal): -8872739 or 14523512. OLE color: 14523512.

HSL color Cylindrical-coordinate representation of color #789CDD: hue angle of 218.61º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #789CDD is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 120 156 221 -
CMYK 0.46 0.29 0 0.13
HSL 218.61º 0.6% 0.67% -
HSV(B) 218.61º 0.46% 0.87% -
XYZ 32.69 32.99 73.05 -
YUV 152.65 166.57 104.71 -
System Red Green Blue C M Y K H S L
Decimal 120 156 221 0.46 0.29 0 0.13 218.61 0.6 0.67
Hex 78 9C DD 2E 1D 0 D DB 3C 43
Octal 170 234 335 56 35 0 15 333 74 103
Binary 1111000 10011100 11011101 101110 11101 0 1101 11011011 111100 1000011

Color Harmonies of #789CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789CDD

Black with #789CDD

Text Example


Text Example

White with #789CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789CDD; }

 p { color: rgb(120,156,221); }

 H1.HeaderClassName
 {
   color: #789CDD;
 }
 .AnyTagClassName
 {
   color: #789CDD;
 }
</style>

background-color css

<style>
 a { background-color: #789CDD; }

 a { background-color: rgb(120,156,221); }

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

border-color css

<style>
 span { border-color: #789CDD; }

 span { border-color: rgb(120,156,221); }

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