Html Css Color HEX #778AFA Cornflower Blue

📋 copy color: '#778AFA'

red 119 ◦ green 138 ◦ blue 250

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

Shades of Cornflower Blue #778AFA

Tints of Cornflower Blue #778AFA

RGB

 RED value IS 119 (46.88% from 255) = 23.47%

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

 BLUE value IS 250 (98.05% from 255) = 49.31%

R = 23.47%
G = 27.22%
B = 49.31%

CMYK

 C value IS 0.52

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#778AFA (or 0x778AFA) is known color: Cornflower Blue. HEX triplet: 77, 8A and FA. RGB value is (119,138,250). Sum of RGB (Red+Green+Blue) = 119+138+250=507 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.47% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #778AFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #778AFA is #887505. Grayscale: #909090. Windows color (decimal): -8942854 or 16419447. OLE color: 16419447.

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

Color convert

RGB 119 138 250 -
CMYK 0.52 0.45 0 0.02
HSL 231.3º 0.93% 0.72% -
HSV(B) 231.3º 0.52% 0.98% -
XYZ 33.95 29 94.25 -
YUV 145.09 187.21 109.39 -
System Red Green Blue C M Y K H S L
Decimal 119 138 250 0.52 0.45 0 0.02 231.3 0.93 0.72
Hex 77 8A FA 34 2D 0 2 E7 5D 48
Octal 167 212 372 64 55 0 2 347 135 110
Binary 1110111 10001010 11111010 110100 101101 0 10 11100111 1011101 1001000

Color Harmonies of #778AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778AFA

Black with #778AFA

Text Example


Text Example

White with #778AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778AFA; }

 p { color: rgb(119,138,250); }

 H1.HeaderClassName
 {
   color: #778AFA;
 }
 .AnyTagClassName
 {
   color: #778AFA;
 }
</style>

background-color css

<style>
 a { background-color: #778AFA; }

 a { background-color: rgb(119,138,250); }

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

border-color css

<style>
 span { border-color: #778AFA; }

 span { border-color: rgb(119,138,250); }

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