Html Css Color HEX #789CDF Jordy Blue

📋 copy color: '#789CDF'

red 120 ◦ green 156 ◦ blue 223

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

Shades of Jordy Blue #789CDF

Tints of Jordy Blue #789CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.69%

R = 24.05%
G = 31.26%
B = 44.69%

CMYK

 C value IS 0.46

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#789CDF (or 0x789CDF) is known color: Jordy Blue. HEX triplet: 78, 9C and DF. RGB value is (120,156,223). Sum of RGB (Red+Green+Blue) = 120+156+223=499 (66% of max value = 765). Red value is 120 (47.27% from 255 or 24.05% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #789CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789CDF is #876320. Grayscale: #989898. Windows color (decimal): -8872737 or 14654584. OLE color: 14654584.

HSL color Cylindrical-coordinate representation of color #789CDF: hue angle of 219.03º degrees, saturation: 0.62, 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 #789CDF is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 120 156 223 -
CMYK 0.46 0.30 0 0.13
HSL 219.03º 0.62% 0.67% -
HSV(B) 219.03º 0.46% 0.87% -
XYZ 32.95 33.1 74.46 -
YUV 152.87 167.57 104.55 -
System Red Green Blue C M Y K H S L
Decimal 120 156 223 0.46 0.30 0 0.13 219.03 0.62 0.67
Hex 78 9C DF 2E 1E 0 D DB 3E 43
Octal 170 234 337 56 36 0 15 333 76 103
Binary 1111000 10011100 11011111 101110 11110 0 1101 11011011 111110 1000011

Color Harmonies of #789CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789CDF

Black with #789CDF

Text Example


Text Example

White with #789CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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