Html Css Color HEX #7BA3ED Jordy Blue

📋 copy color: '#7BA3ED'

red 123 ◦ green 163 ◦ blue 237

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

Shades of Jordy Blue #7BA3ED

Tints of Jordy Blue #7BA3ED

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.17%

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

R = 23.52%
G = 31.17%
B = 45.32%

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

#7BA3ED (or 0x7BA3ED) is known color: Jordy Blue. HEX triplet: 7B, A3 and ED. RGB value is (123,163,237). Sum of RGB (Red+Green+Blue) = 123+163+237=523 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.52% from 523); Green value is 163 (64.06% from 255 or 31.17% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #7BA3ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA3ED is #845C12. Grayscale: #9F9F9F. Windows color (decimal): -8674323 or 15573883. OLE color: 15573883.

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

Color convert

RGB 123 163 237 -
CMYK 0.48 0.31 0 0.07
HSL 218.95º 0.76% 0.71% -
HSV(B) 218.95º 0.48% 0.93% -
XYZ 36.55 36.52 85.24 -
YUV 159.48 171.75 101.98 -
System Red Green Blue C M Y K H S L
Decimal 123 163 237 0.48 0.31 0 0.07 218.95 0.76 0.71
Hex 7B A3 ED 30 1F 0 7 DB 4C 47
Octal 173 243 355 60 37 0 7 333 114 107
Binary 1111011 10100011 11101101 110000 11111 0 111 11011011 1001100 1000111

Color Harmonies of #7BA3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA3ED

Black with #7BA3ED

Text Example


Text Example

White with #7BA3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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