Html Css Color HEX #7BA3EF Jordy Blue

📋 copy color: '#7BA3EF'

red 123 ◦ green 163 ◦ blue 239

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

Shades of Jordy Blue #7BA3EF

Tints of Jordy Blue #7BA3EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.52%

R = 23.43%
G = 31.05%
B = 45.52%

CMYK

 C value IS 0.49

 M value IS 0.32

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7BA3EF (or 0x7BA3EF) is known color: Jordy Blue. HEX triplet: 7B, A3 and EF. RGB value is (123,163,239). Sum of RGB (Red+Green+Blue) = 123+163+239=525 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.43% from 525); Green value is 163 (64.06% from 255 or 31.05% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #7BA3EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA3EF is #845C10. Grayscale: #9F9F9F. Windows color (decimal): -8674321 or 15704955. OLE color: 15704955.

HSL color Cylindrical-coordinate representation of color #7BA3EF: hue angle of 219.31º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BA3EF is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 123 163 239 -
CMYK 0.49 0.32 0 0.06
HSL 219.31º 0.78% 0.71% -
HSV(B) 219.31º 0.49% 0.94% -
XYZ 36.85 36.64 86.79 -
YUV 159.7 172.75 101.82 -
System Red Green Blue C M Y K H S L
Decimal 123 163 239 0.49 0.32 0 0.06 219.31 0.78 0.71
Hex 7B A3 EF 31 20 0 6 DB 4E 47
Octal 173 243 357 61 40 0 6 333 116 107
Binary 1111011 10100011 11101111 110001 100000 0 110 11011011 1001110 1000111

Color Harmonies of #7BA3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA3EF

Black with #7BA3EF

Text Example


Text Example

White with #7BA3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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