Html Css Color HEX #769ADF Jordy Blue

📋 copy color: '#769ADF'

red 118 ◦ green 154 ◦ blue 223

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

Shades of Jordy Blue #769ADF

Tints of Jordy Blue #769ADF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.11%

 BLUE value IS 223 (87.5% from 255) = 45.05%

R = 23.84%
G = 31.11%
B = 45.05%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#769ADF (or 0x769ADF) is known color: Jordy Blue. HEX triplet: 76, 9A and DF. RGB value is (118,154,223). Sum of RGB (Red+Green+Blue) = 118+154+223=495 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.84% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #769ADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769ADF is #896520. Grayscale: #969696. Windows color (decimal): -9004321 or 14654070. OLE color: 14654070.

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

Color convert

RGB 118 154 223 -
CMYK 0.47 0.31 0 0.13
HSL 219.43º 0.62% 0.67% -
HSV(B) 219.43º 0.47% 0.87% -
XYZ 32.35 32.29 74.34 -
YUV 151.1 168.57 104.39 -
System Red Green Blue C M Y K H S L
Decimal 118 154 223 0.47 0.31 0 0.13 219.43 0.62 0.67
Hex 76 9A DF 2F 1F 0 D DB 3E 43
Octal 166 232 337 57 37 0 15 333 76 103
Binary 1110110 10011010 11011111 101111 11111 0 1101 11011011 111110 1000011

Color Harmonies of #769ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769ADF

Black with #769ADF

Text Example


Text Example

White with #769ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,154,223); }

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

background-color css

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

 a { background-color: rgb(118,154,223); }

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

border-color css

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

 span { border-color: rgb(118,154,223); }

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