Html Css Color HEX #768BEA Cornflower Blue

📋 copy color: '#768BEA'

red 118 ◦ green 139 ◦ blue 234

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

Shades of Cornflower Blue #768BEA

Tints of Cornflower Blue #768BEA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.31%

 BLUE value IS 234 (91.8% from 255) = 47.66%

R = 24.03%
G = 28.31%
B = 47.66%

CMYK

 C value IS 0.50

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#768BEA (or 0x768BEA) is known color: Cornflower Blue. HEX triplet: 76, 8B and EA. RGB value is (118,139,234). Sum of RGB (Red+Green+Blue) = 118+139+234=491 (65% of max value = 765). Red value is 118 (46.48% from 255 or 24.03% from 491); Green value is 139 (54.69% from 255 or 28.31% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #768BEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768BEA is #897415. Grayscale: #8F8F8F. Windows color (decimal): -9008150 or 15371126. OLE color: 15371126.

HSL color Cylindrical-coordinate representation of color #768BEA: hue angle of 229.14º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #768BEA is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 118 139 234 -
CMYK 0.50 0.41 0 0.08
HSL 229.14º 0.73% 0.69% -
HSV(B) 229.14º 0.5% 0.92% -
XYZ 31.56 28.26 81.63 -
YUV 143.55 179.04 109.78 -
System Red Green Blue C M Y K H S L
Decimal 118 139 234 0.50 0.41 0 0.08 229.14 0.73 0.69
Hex 76 8B EA 32 29 0 8 E5 49 45
Octal 166 213 352 62 51 0 10 345 111 105
Binary 1110110 10001011 11101010 110010 101001 0 1000 11100101 1001001 1000101

Color Harmonies of #768BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768BEA

Black with #768BEA

Text Example


Text Example

White with #768BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,139,234); }

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

background-color css

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

 a { background-color: rgb(118,139,234); }

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

border-color css

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

 span { border-color: rgb(118,139,234); }

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