Html Css Color HEX #768AFB Cornflower Blue

📋 copy color: '#768AFB'

red 118 ◦ green 138 ◦ blue 251

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

Shades of Cornflower Blue #768AFB

Tints of Cornflower Blue #768AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.51%

R = 23.27%
G = 27.22%
B = 49.51%

CMYK

 C value IS 0.53

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#768AFB (or 0x768AFB) is known color: Cornflower Blue. HEX triplet: 76, 8A and FB. RGB value is (118,138,251). Sum of RGB (Red+Green+Blue) = 118+138+251=507 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.27% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #768AFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768AFB is #897504. Grayscale: #909090. Windows color (decimal): -9008389 or 16484982. OLE color: 16484982.

HSL color Cylindrical-coordinate representation of color #768AFB: hue angle of 230.98º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #768AFB is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 138 251 -
CMYK 0.53 0.45 0 0.02
HSL 230.98º 0.94% 0.72% -
HSV(B) 230.98º 0.53% 0.98% -
XYZ 33.97 28.99 95.07 -
YUV 144.9 187.87 108.81 -
System Red Green Blue C M Y K H S L
Decimal 118 138 251 0.53 0.45 0 0.02 230.98 0.94 0.72
Hex 76 8A FB 35 2D 0 2 E7 5E 48
Octal 166 212 373 65 55 0 2 347 136 110
Binary 1110110 10001010 11111011 110101 101101 0 10 11100111 1011110 1001000

Color Harmonies of #768AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768AFB

Black with #768AFB

Text Example


Text Example

White with #768AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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