Html Css Color HEX #768AF8 Cornflower Blue

📋 copy color: '#768AF8'

red 118 ◦ green 138 ◦ blue 248

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

Shades of Cornflower Blue #768AF8

Tints of Cornflower Blue #768AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 49.21%

R = 23.41%
G = 27.38%
B = 49.21%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#768AF8 (or 0x768AF8) is known color: Cornflower Blue. HEX triplet: 76, 8A and F8. RGB value is (118,138,248). Sum of RGB (Red+Green+Blue) = 118+138+248=504 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.41% from 504); Green value is 138 (54.30% from 255 or 27.38% from 504); Blue value is 248 (97.27% from 255 or 49.21% from 504); Max value from RGB is 248 - color contains mainly: blue. Hex color #768AF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768AF8 is #897507. Grayscale: #909090. Windows color (decimal): -9008392 or 16288374. OLE color: 16288374.

HSL color Cylindrical-coordinate representation of color #768AF8: hue angle of 230.77º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #768AF8 is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 118 138 248 -
CMYK 0.52 0.44 0 0.03
HSL 230.77º 0.9% 0.72% -
HSV(B) 230.77º 0.52% 0.97% -
XYZ 33.5 28.81 92.6 -
YUV 144.56 186.37 109.06 -
System Red Green Blue C M Y K H S L
Decimal 118 138 248 0.52 0.44 0 0.03 230.77 0.9 0.72
Hex 76 8A F8 34 2C 0 3 E7 5A 48
Octal 166 212 370 64 54 0 3 347 132 110
Binary 1110110 10001010 11111000 110100 101100 0 11 11100111 1011010 1001000

Color Harmonies of #768AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768AF8

Black with #768AF8

Text Example


Text Example

White with #768AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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