Html Css Color HEX #768EF4 Cornflower Blue

📋 copy color: '#768EF4'

red 118 ◦ green 142 ◦ blue 244

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

Shades of Cornflower Blue #768EF4

Tints of Cornflower Blue #768EF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 48.41%

R = 23.41%
G = 28.17%
B = 48.41%

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

#768EF4 (or 0x768EF4) is known color: Cornflower Blue. HEX triplet: 76, 8E and F4. RGB value is (118,142,244). Sum of RGB (Red+Green+Blue) = 118+142+244=504 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.41% from 504); Green value is 142 (55.86% from 255 or 28.17% from 504); Blue value is 244 (95.70% from 255 or 48.41% from 504); Max value from RGB is 244 - color contains mainly: blue. Hex color #768EF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768EF4 is #89710B. Grayscale: #929292. Windows color (decimal): -9007372 or 16027254. OLE color: 16027254.

HSL color Cylindrical-coordinate representation of color #768EF4: hue angle of 228.57º degrees, saturation: 0.85, 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 #768EF4 is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 118 142 244 -
CMYK 0.52 0.42 0 0.04
HSL 228.57º 0.85% 0.71% -
HSV(B) 228.57º 0.52% 0.96% -
XYZ 33.47 29.73 89.56 -
YUV 146.45 183.05 107.71 -
System Red Green Blue C M Y K H S L
Decimal 118 142 244 0.52 0.42 0 0.04 228.57 0.85 0.71
Hex 76 8E F4 34 2A 0 4 E5 55 47
Octal 166 216 364 64 52 0 4 345 125 107
Binary 1110110 10001110 11110100 110100 101010 0 100 11100101 1010101 1000111

Color Harmonies of #768EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768EF4

Black with #768EF4

Text Example


Text Example

White with #768EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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