Html Css Color HEX #7B9DDF Jordy Blue

📋 copy color: '#7B9DDF'

red 123 ◦ green 157 ◦ blue 223

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

Shades of Jordy Blue #7B9DDF

Tints of Jordy Blue #7B9DDF

RGB

 RED value IS 123 (48.44% from 255) = 24.45%

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

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

R = 24.45%
G = 31.21%
B = 44.33%

CMYK

 C value IS 0.45

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7B9DDF (or 0x7B9DDF) is known color: Jordy Blue. HEX triplet: 7B, 9D and DF. RGB value is (123,157,223). Sum of RGB (Red+Green+Blue) = 123+157+223=503 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.45% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #7B9DDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9DDF is #846220. Grayscale: #9A9A9A. Windows color (decimal): -8675873 or 14654843. OLE color: 14654843.

HSL color Cylindrical-coordinate representation of color #7B9DDF: hue angle of 219.6º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7B9DDF is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 123 157 223 -
CMYK 0.45 0.30 0 0.13
HSL 219.6º 0.61% 0.68% -
HSV(B) 219.6º 0.45% 0.87% -
XYZ 33.54 33.65 74.54 -
YUV 154.36 166.74 105.63 -
System Red Green Blue C M Y K H S L
Decimal 123 157 223 0.45 0.30 0 0.13 219.6 0.61 0.68
Hex 7B 9D DF 2D 1E 0 D DC 3D 44
Octal 173 235 337 55 36 0 15 334 75 104
Binary 1111011 10011101 11011111 101101 11110 0 1101 11011100 111101 1000100

Color Harmonies of #7B9DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9DDF

Black with #7B9DDF

Text Example


Text Example

White with #7B9DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B9DDF; }

 p { color: rgb(123,157,223); }

 H1.HeaderClassName
 {
   color: #7B9DDF;
 }
 .AnyTagClassName
 {
   color: #7B9DDF;
 }
</style>

background-color css

<style>
 a { background-color: #7B9DDF; }

 a { background-color: rgb(123,157,223); }

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

border-color css

<style>
 span { border-color: #7B9DDF; }

 span { border-color: rgb(123,157,223); }

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