Html Css Color HEX #7BA5EF Jordy Blue

📋 copy color: '#7BA5EF'

red 123 ◦ green 165 ◦ blue 239

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

Shades of Jordy Blue #7BA5EF

Tints of Jordy Blue #7BA5EF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.31%

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

R = 23.34%
G = 31.31%
B = 45.35%

CMYK

 C value IS 0.49

 M value IS 0.31

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7BA5EF (or 0x7BA5EF) is known color: Jordy Blue. HEX triplet: 7B, A5 and EF. RGB value is (123,165,239). Sum of RGB (Red+Green+Blue) = 123+165+239=527 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.34% from 527); Green value is 165 (64.84% from 255 or 31.31% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #7BA5EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA5EF is #845A10. Grayscale: #A0A0A0. Windows color (decimal): -8673809 or 15705467. OLE color: 15705467.

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

Color convert

RGB 123 165 239 -
CMYK 0.49 0.31 0 0.06
HSL 218.28º 0.78% 0.71% -
HSV(B) 218.28º 0.49% 0.94% -
XYZ 37.2 37.35 86.91 -
YUV 160.88 172.09 100.98 -
System Red Green Blue C M Y K H S L
Decimal 123 165 239 0.49 0.31 0 0.06 218.28 0.78 0.71
Hex 7B A5 EF 31 1F 0 6 DA 4E 47
Octal 173 245 357 61 37 0 6 332 116 107
Binary 1111011 10100101 11101111 110001 11111 0 110 11011010 1001110 1000111

Color Harmonies of #7BA5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA5EF

Black with #7BA5EF

Text Example


Text Example

White with #7BA5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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