Html Css Color HEX #768FE1 Cornflower Blue

📋 copy color: '#768FE1'

red 118 ◦ green 143 ◦ blue 225

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

Shades of Cornflower Blue #768FE1

Tints of Cornflower Blue #768FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 46.3%

R = 24.28%
G = 29.42%
B = 46.3%

CMYK

 C value IS 0.48

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#768FE1 (or 0x768FE1) is known color: Cornflower Blue. HEX triplet: 76, 8F and E1. RGB value is (118,143,225). Sum of RGB (Red+Green+Blue) = 118+143+225=486 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.28% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 225 (88.28% from 255 or 46.30% from 486); Max value from RGB is 225 - color contains mainly: blue. Hex color #768FE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768FE1 is #89701E. Grayscale: #909090. Windows color (decimal): -9007135 or 14782326. OLE color: 14782326.

HSL color Cylindrical-coordinate representation of color #768FE1: hue angle of 225.98º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #768FE1 is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 118 143 225 -
CMYK 0.48 0.36 0 0.12
HSL 225.98º 0.64% 0.67% -
HSV(B) 225.98º 0.48% 0.88% -
XYZ 30.88 28.93 75.19 -
YUV 144.87 173.22 108.83 -
System Red Green Blue C M Y K H S L
Decimal 118 143 225 0.48 0.36 0 0.12 225.98 0.64 0.67
Hex 76 8F E1 30 24 0 C E2 40 43
Octal 166 217 341 60 44 0 14 342 100 103
Binary 1110110 10001111 11100001 110000 100100 0 1100 11100010 1000000 1000011

Color Harmonies of #768FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768FE1

Black with #768FE1

Text Example


Text Example

White with #768FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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