Html Css Color HEX #7BA3DE Jordy Blue

📋 copy color: '#7BA3DE'

red 123 ◦ green 163 ◦ blue 222

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

Shades of Jordy Blue #7BA3DE

Tints of Jordy Blue #7BA3DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.7%

R = 24.21%
G = 32.09%
B = 43.7%

CMYK

 C value IS 0.45

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7BA3DE (or 0x7BA3DE) is known color: Jordy Blue. HEX triplet: 7B, A3 and DE. RGB value is (123,163,222). Sum of RGB (Red+Green+Blue) = 123+163+222=508 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.21% from 508); Green value is 163 (64.06% from 255 or 32.09% from 508); Blue value is 222 (87.11% from 255 or 43.70% from 508); Max value from RGB is 222 - color contains mainly: blue. Hex color #7BA3DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA3DE is #845C21. Grayscale: #9D9D9D. Windows color (decimal): -8674338 or 14590843. OLE color: 14590843.

HSL color Cylindrical-coordinate representation of color #7BA3DE: hue angle of 215.76º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BA3DE is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 123 163 222 -
CMYK 0.45 0.27 0 0.13
HSL 215.76º 0.6% 0.68% -
HSV(B) 215.76º 0.45% 0.87% -
XYZ 34.45 35.68 74.18 -
YUV 157.77 164.25 103.2 -
System Red Green Blue C M Y K H S L
Decimal 123 163 222 0.45 0.27 0 0.13 215.76 0.6 0.68
Hex 7B A3 DE 2D 1B 0 D D8 3C 44
Octal 173 243 336 55 33 0 15 330 74 104
Binary 1111011 10100011 11011110 101101 11011 0 1101 11011000 111100 1000100

Color Harmonies of #7BA3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA3DE

Black with #7BA3DE

Text Example


Text Example

White with #7BA3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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