Html Css Color HEX #768EF0 Cornflower Blue

📋 copy color: '#768EF0'

red 118 ◦ green 142 ◦ blue 240

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

Shades of Cornflower Blue #768EF0

Tints of Cornflower Blue #768EF0

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.4%

 BLUE value IS 240 (94.14% from 255) = 48%

R = 23.6%
G = 28.4%
B = 48%

CMYK

 C value IS 0.51

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#768EF0 (or 0x768EF0) is known color: Cornflower Blue. HEX triplet: 76, 8E and F0. RGB value is (118,142,240). Sum of RGB (Red+Green+Blue) = 118+142+240=500 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.6% from 500); Green value is 142 (55.86% from 255 or 28.4% from 500); Blue value is 240 (94.14% from 255 or 48% from 500); Max value from RGB is 240 - color contains mainly: blue. Hex color #768EF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768EF0 is #89710F. Grayscale: #919191. Windows color (decimal): -9007376 or 15765110. OLE color: 15765110.

HSL color Cylindrical-coordinate representation of color #768EF0: hue angle of 228.2º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #768EF0 is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 118 142 240 -
CMYK 0.51 0.41 0 0.06
HSL 228.2º 0.8% 0.7% -
HSV(B) 228.2º 0.51% 0.94% -
XYZ 32.87 29.49 86.4 -
YUV 146 181.05 108.03 -
System Red Green Blue C M Y K H S L
Decimal 118 142 240 0.51 0.41 0 0.06 228.2 0.8 0.7
Hex 76 8E F0 33 29 0 6 E4 50 46
Octal 166 216 360 63 51 0 6 344 120 106
Binary 1110110 10001110 11110000 110011 101001 0 110 11100100 1010000 1000110

Color Harmonies of #768EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768EF0

Black with #768EF0

Text Example


Text Example

White with #768EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,142,240); }

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

background-color css

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

 a { background-color: rgb(118,142,240); }

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

border-color css

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

 span { border-color: rgb(118,142,240); }

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