Html Css Color HEX #7BA4DF Jordy Blue

📋 copy color: '#7BA4DF'

red 123 ◦ green 164 ◦ blue 223

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

Shades of Jordy Blue #7BA4DF

Tints of Jordy Blue #7BA4DF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.16%

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

R = 24.12%
G = 32.16%
B = 43.73%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7BA4DF (or 0x7BA4DF) is known color: Jordy Blue. HEX triplet: 7B, A4 and DF. RGB value is (123,164,223). Sum of RGB (Red+Green+Blue) = 123+164+223=510 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.12% from 510); Green value is 164 (64.45% from 255 or 32.16% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #7BA4DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA4DF is #845B20. Grayscale: #9E9E9E. Windows color (decimal): -8674081 or 14656635. OLE color: 14656635.

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

Color convert

RGB 123 164 223 -
CMYK 0.45 0.26 0 0.13
HSL 215.4º 0.61% 0.68% -
HSV(B) 215.4º 0.45% 0.87% -
XYZ 34.76 36.09 74.95 -
YUV 158.47 164.42 102.7 -
System Red Green Blue C M Y K H S L
Decimal 123 164 223 0.45 0.26 0 0.13 215.4 0.61 0.68
Hex 7B A4 DF 2D 1A 0 D D7 3D 44
Octal 173 244 337 55 32 0 15 327 75 104
Binary 1111011 10100100 11011111 101101 11010 0 1101 11010111 111101 1000100

Color Harmonies of #7BA4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA4DF

Black with #7BA4DF

Text Example


Text Example

White with #7BA4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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