Html Css Color HEX #768BEE Cornflower Blue

📋 copy color: '#768BEE'

red 118 ◦ green 139 ◦ blue 238

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

Shades of Cornflower Blue #768BEE

Tints of Cornflower Blue #768BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.08%

R = 23.84%
G = 28.08%
B = 48.08%

CMYK

 C value IS 0.50

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#768BEE (or 0x768BEE) is known color: Cornflower Blue. HEX triplet: 76, 8B and EE. RGB value is (118,139,238). Sum of RGB (Red+Green+Blue) = 118+139+238=495 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.84% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #768BEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768BEE is #897411. Grayscale: #8F8F8F. Windows color (decimal): -9008146 or 15633270. OLE color: 15633270.

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

Color convert

RGB 118 139 238 -
CMYK 0.50 0.42 0 0.07
HSL 229.5º 0.78% 0.7% -
HSV(B) 229.5º 0.5% 0.93% -
XYZ 32.14 28.49 84.69 -
YUV 144.01 181.04 109.45 -
System Red Green Blue C M Y K H S L
Decimal 118 139 238 0.50 0.42 0 0.07 229.5 0.78 0.7
Hex 76 8B EE 32 2A 0 7 E6 4E 46
Octal 166 213 356 62 52 0 7 346 116 106
Binary 1110110 10001011 11101110 110010 101010 0 111 11100110 1001110 1000110

Color Harmonies of #768BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768BEE

Black with #768BEE

Text Example


Text Example

White with #768BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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