Html Css Color HEX #7BA1EE Jordy Blue

📋 copy color: '#7BA1EE'

red 123 ◦ green 161 ◦ blue 238

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

Shades of Jordy Blue #7BA1EE

Tints of Jordy Blue #7BA1EE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.84%

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

R = 23.56%
G = 30.84%
B = 45.59%

CMYK

 C value IS 0.48

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7BA1EE (or 0x7BA1EE) is known color: Jordy Blue. HEX triplet: 7B, A1 and EE. RGB value is (123,161,238). Sum of RGB (Red+Green+Blue) = 123+161+238=522 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.56% from 522); Green value is 161 (63.28% from 255 or 30.84% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #7BA1EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA1EE is #845E11. Grayscale: #9E9E9E. Windows color (decimal): -8674834 or 15638907. OLE color: 15638907.

HSL color Cylindrical-coordinate representation of color #7BA1EE: hue angle of 220.17º 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 #7BA1EE is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 123 161 238 -
CMYK 0.48 0.32 0 0.07
HSL 220.17º 0.77% 0.71% -
HSV(B) 220.17º 0.48% 0.93% -
XYZ 36.35 35.87 85.9 -
YUV 158.42 172.91 102.74 -
System Red Green Blue C M Y K H S L
Decimal 123 161 238 0.48 0.32 0 0.07 220.17 0.77 0.71
Hex 7B A1 EE 30 20 0 7 DC 4D 47
Octal 173 241 356 60 40 0 7 334 115 107
Binary 1111011 10100001 11101110 110000 100000 0 111 11011100 1001101 1000111

Color Harmonies of #7BA1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA1EE

Black with #7BA1EE

Text Example


Text Example

White with #7BA1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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