Html Css Color HEX #7BA2EF Jordy Blue

📋 copy color: '#7BA2EF'

red 123 ◦ green 162 ◦ blue 239

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

Shades of Jordy Blue #7BA2EF

Tints of Jordy Blue #7BA2EF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.92%

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

R = 23.47%
G = 30.92%
B = 45.61%

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

#7BA2EF (or 0x7BA2EF) is known color: Jordy Blue. HEX triplet: 7B, A2 and EF. RGB value is (123,162,239). Sum of RGB (Red+Green+Blue) = 123+162+239=524 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.47% from 524); Green value is 162 (63.67% from 255 or 30.92% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 239 - color contains mainly: blue. Hex color #7BA2EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA2EF is #845D10. Grayscale: #9E9E9E. Windows color (decimal): -8674577 or 15704699. OLE color: 15704699.

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

Color convert

RGB 123 162 239 -
CMYK 0.49 0.32 0 0.06
HSL 219.83º 0.78% 0.71% -
HSV(B) 219.83º 0.49% 0.94% -
XYZ 36.67 36.28 86.73 -
YUV 159.12 173.08 102.24 -
System Red Green Blue C M Y K H S L
Decimal 123 162 239 0.49 0.32 0 0.06 219.83 0.78 0.71
Hex 7B A2 EF 31 20 0 6 DC 4E 47
Octal 173 242 357 61 40 0 6 334 116 107
Binary 1111011 10100010 11101111 110001 100000 0 110 11011100 1001110 1000111

Color Harmonies of #7BA2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA2EF

Black with #7BA2EF

Text Example


Text Example

White with #7BA2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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