Html Css Color HEX #7BA4EE Jordy Blue

📋 copy color: '#7BA4EE'

red 123 ◦ green 164 ◦ blue 238

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

Shades of Jordy Blue #7BA4EE

Tints of Jordy Blue #7BA4EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.33%

R = 23.43%
G = 31.24%
B = 45.33%

CMYK

 C value IS 0.48

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7BA4EE (or 0x7BA4EE) is known color: Jordy Blue. HEX triplet: 7B, A4 and EE. RGB value is (123,164,238). Sum of RGB (Red+Green+Blue) = 123+164+238=525 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.43% from 525); Green value is 164 (64.45% from 255 or 31.24% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #7BA4EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA4EE is #845B11. Grayscale: #9F9F9F. Windows color (decimal): -8674066 or 15639675. OLE color: 15639675.

HSL color Cylindrical-coordinate representation of color #7BA4EE: hue angle of 218.61º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BA4EE is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 123 164 238 -
CMYK 0.48 0.31 0 0.07
HSL 218.61º 0.77% 0.71% -
HSV(B) 218.61º 0.48% 0.93% -
XYZ 36.88 36.93 86.07 -
YUV 160.18 171.92 101.48 -
System Red Green Blue C M Y K H S L
Decimal 123 164 238 0.48 0.31 0 0.07 218.61 0.77 0.71
Hex 7B A4 EE 30 1F 0 7 DB 4D 47
Octal 173 244 356 60 37 0 7 333 115 107
Binary 1111011 10100100 11101110 110000 11111 0 111 11011011 1001101 1000111

Color Harmonies of #7BA4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA4EE

Black with #7BA4EE

Text Example


Text Example

White with #7BA4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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