Html Css Color HEX #768AEC Cornflower Blue

📋 copy color: '#768AEC'

red 118 ◦ green 138 ◦ blue 236

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

Shades of Cornflower Blue #768AEC

Tints of Cornflower Blue #768AEC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.05%

 BLUE value IS 236 (92.58% from 255) = 47.97%

R = 23.98%
G = 28.05%
B = 47.97%

CMYK

 C value IS 0.5

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#768AEC (or 0x768AEC) is known color: Cornflower Blue. HEX triplet: 76, 8A and EC. RGB value is (118,138,236). Sum of RGB (Red+Green+Blue) = 118+138+236=492 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.98% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #768AEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768AEC is #897513. Grayscale: #8E8E8E. Windows color (decimal): -9008404 or 15501942. OLE color: 15501942.

HSL color Cylindrical-coordinate representation of color #768AEC: hue angle of 229.83º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #768AEC is Cyan = 0.5, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 138 236 -
CMYK 0.5 0.42 0 0.07
HSL 229.83º 0.76% 0.69% -
HSV(B) 229.83º 0.5% 0.93% -
XYZ 31.7 28.08 83.11 -
YUV 143.19 180.37 110.03 -
System Red Green Blue C M Y K H S L
Decimal 118 138 236 0.5 0.42 0 0.07 229.83 0.76 0.69
Hex 76 8A EC 32 2A 0 7 E6 4C 45
Octal 166 212 354 62 52 0 7 346 114 105
Binary 1110110 10001010 11101100 110010 101010 0 111 11100110 1001100 1000101

Color Harmonies of #768AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768AEC

Black with #768AEC

Text Example


Text Example

White with #768AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,138,236); }

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

background-color css

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

 a { background-color: rgb(118,138,236); }

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

border-color css

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

 span { border-color: rgb(118,138,236); }

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