Html Css Color HEX #7BA5FD Jordy Blue

📋 copy color: '#7BA5FD'

red 123 ◦ green 165 ◦ blue 253

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

Shades of Jordy Blue #7BA5FD

Tints of Jordy Blue #7BA5FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.77%

R = 22.74%
G = 30.5%
B = 46.77%

CMYK

 C value IS 0.51

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7BA5FD (or 0x7BA5FD) is known color: Jordy Blue. HEX triplet: 7B, A5 and FD. RGB value is (123,165,253). Sum of RGB (Red+Green+Blue) = 123+165+253=541 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.74% from 541); Green value is 165 (64.84% from 255 or 30.50% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #7BA5FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA5FD is #845A02. Grayscale: #A2A2A2. Windows color (decimal): -8673795 or 16622971. OLE color: 16622971.

HSL color Cylindrical-coordinate representation of color #7BA5FD: hue angle of 220.62º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BA5FD is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 123 165 253 -
CMYK 0.51 0.35 0 0.01
HSL 220.62º 0.97% 0.74% -
HSV(B) 220.62º 0.51% 0.99% -
XYZ 39.35 38.21 98.23 -
YUV 162.47 179.09 99.84 -
System Red Green Blue C M Y K H S L
Decimal 123 165 253 0.51 0.35 0 0.01 220.62 0.97 0.74
Hex 7B A5 FD 33 23 0 1 DD 61 4A
Octal 173 245 375 63 43 0 1 335 141 112
Binary 1111011 10100101 11111101 110011 100011 0 1 11011101 1100001 1001010

Color Harmonies of #7BA5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA5FD

Black with #7BA5FD

Text Example


Text Example

White with #7BA5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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