Html Css Color HEX #768FFD Cornflower Blue

📋 copy color: '#768FFD'

red 118 ◦ green 143 ◦ blue 253

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

Shades of Cornflower Blue #768FFD

Tints of Cornflower Blue #768FFD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.82%

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

R = 22.96%
G = 27.82%
B = 49.22%

CMYK

 C value IS 0.53

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#768FFD (or 0x768FFD) is known color: Cornflower Blue. HEX triplet: 76, 8F and FD. RGB value is (118,143,253). Sum of RGB (Red+Green+Blue) = 118+143+253=514 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.96% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #768FFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768FFD is #897002. Grayscale: #939393. Windows color (decimal): -9007107 or 16617334. OLE color: 16617334.

HSL color Cylindrical-coordinate representation of color #768FFD: hue angle of 228.89º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #768FFD is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 118 143 253 -
CMYK 0.53 0.43 0 0.01
HSL 228.89º 0.97% 0.73% -
HSV(B) 228.89º 0.53% 0.99% -
XYZ 35.02 30.59 96.99 -
YUV 148.07 187.22 106.56 -
System Red Green Blue C M Y K H S L
Decimal 118 143 253 0.53 0.43 0 0.01 228.89 0.97 0.73
Hex 76 8F FD 35 2B 0 1 E5 61 49
Octal 166 217 375 65 53 0 1 345 141 111
Binary 1110110 10001111 11111101 110101 101011 0 1 11100101 1100001 1001001

Color Harmonies of #768FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768FFD

Black with #768FFD

Text Example


Text Example

White with #768FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768FFD; }

 p { color: rgb(118,143,253); }

 H1.HeaderClassName
 {
   color: #768FFD;
 }
 .AnyTagClassName
 {
   color: #768FFD;
 }
</style>

background-color css

<style>
 a { background-color: #768FFD; }

 a { background-color: rgb(118,143,253); }

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

border-color css

<style>
 span { border-color: #768FFD; }

 span { border-color: rgb(118,143,253); }

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