Html Css Color HEX #789DE3 Jordy Blue

📋 copy color: '#789DE3'

red 120 ◦ green 157 ◦ blue 227

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

Shades of Jordy Blue #789DE3

Tints of Jordy Blue #789DE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 45.04%

R = 23.81%
G = 31.15%
B = 45.04%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#789DE3 (or 0x789DE3) is known color: Jordy Blue. HEX triplet: 78, 9D and E3. RGB value is (120,157,227). Sum of RGB (Red+Green+Blue) = 120+157+227=504 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.81% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 227 (89.06% from 255 or 45.04% from 504); Max value from RGB is 227 - color contains mainly: blue. Hex color #789DE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789DE3 is #87621C. Grayscale: #999999. Windows color (decimal): -8872477 or 14916984. OLE color: 14916984.

HSL color Cylindrical-coordinate representation of color #789DE3: hue angle of 219.25º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #789DE3 is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 120 157 227 -
CMYK 0.47 0.31 0 0.11
HSL 219.25º 0.66% 0.68% -
HSV(B) 219.25º 0.47% 0.89% -
XYZ 33.67 33.65 77.39 -
YUV 153.92 169.24 103.81 -
System Red Green Blue C M Y K H S L
Decimal 120 157 227 0.47 0.31 0 0.11 219.25 0.66 0.68
Hex 78 9D E3 2F 1F 0 B DB 42 44
Octal 170 235 343 57 37 0 13 333 102 104
Binary 1111000 10011101 11100011 101111 11111 0 1011 11011011 1000010 1000100

Color Harmonies of #789DE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789DE3

Black with #789DE3

Text Example


Text Example

White with #789DE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,157,227); }

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

background-color css

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

 a { background-color: rgb(120,157,227); }

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

border-color css

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

 span { border-color: rgb(120,157,227); }

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