Html Css Color HEX #7B9BDF Jordy Blue

📋 copy color: '#7B9BDF'

red 123 ◦ green 155 ◦ blue 223

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

Shades of Jordy Blue #7B9BDF

Tints of Jordy Blue #7B9BDF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.94%

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

R = 24.55%
G = 30.94%
B = 44.51%

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

#7B9BDF (or 0x7B9BDF) is known color: Jordy Blue. HEX triplet: 7B, 9B and DF. RGB value is (123,155,223). Sum of RGB (Red+Green+Blue) = 123+155+223=501 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.55% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #7B9BDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9BDF is #846420. Grayscale: #989898. Windows color (decimal): -8676385 or 14654331. OLE color: 14654331.

HSL color Cylindrical-coordinate representation of color #7B9BDF: hue angle of 220.8º 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 #7B9BDF is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 123 155 223 -
CMYK 0.45 0.30 0 0.13
HSL 220.8º 0.61% 0.68% -
HSV(B) 220.8º 0.45% 0.87% -
XYZ 33.21 32.98 74.43 -
YUV 153.18 167.4 106.47 -
System Red Green Blue C M Y K H S L
Decimal 123 155 223 0.45 0.30 0 0.13 220.8 0.61 0.68
Hex 7B 9B DF 2D 1E 0 D DD 3D 44
Octal 173 233 337 55 36 0 15 335 75 104
Binary 1111011 10011011 11011111 101101 11110 0 1101 11011101 111101 1000100

Color Harmonies of #7B9BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9BDF

Black with #7B9BDF

Text Example


Text Example

White with #7B9BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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