Html Css Color HEX #768FF5 Cornflower Blue

📋 copy color: '#768FF5'

red 118 ◦ green 143 ◦ blue 245

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

Shades of Cornflower Blue #768FF5

Tints of Cornflower Blue #768FF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 48.42%

R = 23.32%
G = 28.26%
B = 48.42%

CMYK

 C value IS 0.52

 M value IS 0.42

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#768FF5 (or 0x768FF5) is known color: Cornflower Blue. HEX triplet: 76, 8F and F5. RGB value is (118,143,245). Sum of RGB (Red+Green+Blue) = 118+143+245=506 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.32% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 245 (96.09% from 255 or 48.42% from 506); Max value from RGB is 245 - color contains mainly: blue. Hex color #768FF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768FF5 is #89700A. Grayscale: #929292. Windows color (decimal): -9007115 or 16093046. OLE color: 16093046.

HSL color Cylindrical-coordinate representation of color #768FF5: hue angle of 228.19º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #768FF5 is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 118 143 245 -
CMYK 0.52 0.42 0 0.04
HSL 228.19º 0.86% 0.71% -
HSV(B) 228.19º 0.52% 0.96% -
XYZ 33.78 30.09 90.41 -
YUV 147.15 183.22 107.21 -
System Red Green Blue C M Y K H S L
Decimal 118 143 245 0.52 0.42 0 0.04 228.19 0.86 0.71
Hex 76 8F F5 34 2A 0 4 E4 56 47
Octal 166 217 365 64 52 0 4 344 126 107
Binary 1110110 10001111 11110101 110100 101010 0 100 11100100 1010110 1000111

Color Harmonies of #768FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768FF5

Black with #768FF5

Text Example


Text Example

White with #768FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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