Html Css Color HEX #7BA4ED Jordy Blue

📋 copy color: '#7BA4ED'

red 123 ◦ green 164 ◦ blue 237

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

Shades of Jordy Blue #7BA4ED

Tints of Jordy Blue #7BA4ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.23%

R = 23.47%
G = 31.3%
B = 45.23%

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

#7BA4ED (or 0x7BA4ED) is known color: Jordy Blue. HEX triplet: 7B, A4 and ED. RGB value is (123,164,237). Sum of RGB (Red+Green+Blue) = 123+164+237=524 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.47% from 524); Green value is 164 (64.45% from 255 or 31.30% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #7BA4ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA4ED is #845B12. Grayscale: #9F9F9F. Windows color (decimal): -8674067 or 15574139. OLE color: 15574139.

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

Color convert

RGB 123 164 237 -
CMYK 0.48 0.31 0 0.07
HSL 218.42º 0.76% 0.71% -
HSV(B) 218.42º 0.48% 0.93% -
XYZ 36.73 36.88 85.3 -
YUV 160.06 171.42 101.56 -
System Red Green Blue C M Y K H S L
Decimal 123 164 237 0.48 0.31 0 0.07 218.42 0.76 0.71
Hex 7B A4 ED 30 1F 0 7 DA 4C 47
Octal 173 244 355 60 37 0 7 332 114 107
Binary 1111011 10100100 11101101 110000 11111 0 111 11011010 1001100 1000111

Color Harmonies of #7BA4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA4ED

Black with #7BA4ED

Text Example


Text Example

White with #7BA4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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