Html Css Color HEX #769BE0 Jordy Blue

📋 copy color: '#769BE0'

red 118 ◦ green 155 ◦ blue 224

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

Shades of Jordy Blue #769BE0

Tints of Jordy Blue #769BE0

RGB

 RED value IS 118 (46.48% from 255) = 23.74%

 GREEN value IS 155 (60.94% from 255) = 31.19%

 BLUE value IS 224 (87.89% from 255) = 45.07%

R = 23.74%
G = 31.19%
B = 45.07%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#769BE0 (or 0x769BE0) is known color: Jordy Blue. HEX triplet: 76, 9B and E0. RGB value is (118,155,224). Sum of RGB (Red+Green+Blue) = 118+155+224=497 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.74% from 497); Green value is 155 (60.94% from 255 or 31.19% from 497); Blue value is 224 (87.89% from 255 or 45.07% from 497); Max value from RGB is 224 - color contains mainly: blue. Hex color #769BE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769BE0 is #89641F. Grayscale: #979797. Windows color (decimal): -9004064 or 14719862. OLE color: 14719862.

HSL color Cylindrical-coordinate representation of color #769BE0: hue angle of 219.06º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #769BE0 is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 118 155 224 -
CMYK 0.47 0.31 0 0.12
HSL 219.06º 0.63% 0.67% -
HSV(B) 219.06º 0.47% 0.88% -
XYZ 32.65 32.68 75.11 -
YUV 151.8 168.74 103.89 -
System Red Green Blue C M Y K H S L
Decimal 118 155 224 0.47 0.31 0 0.12 219.06 0.63 0.67
Hex 76 9B E0 2F 1F 0 C DB 3F 43
Octal 166 233 340 57 37 0 14 333 77 103
Binary 1110110 10011011 11100000 101111 11111 0 1100 11011011 111111 1000011

Color Harmonies of #769BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769BE0

Black with #769BE0

Text Example


Text Example

White with #769BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769BE0; }

 p { color: rgb(118,155,224); }

 H1.HeaderClassName
 {
   color: #769BE0;
 }
 .AnyTagClassName
 {
   color: #769BE0;
 }
</style>

background-color css

<style>
 a { background-color: #769BE0; }

 a { background-color: rgb(118,155,224); }

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

border-color css

<style>
 span { border-color: #769BE0; }

 span { border-color: rgb(118,155,224); }

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