Html Css Color HEX #668DFA Cornflower Blue

📋 copy color: '#668DFA'

red 102 ◦ green 141 ◦ blue 250

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

Shades of Cornflower Blue #668DFA

Tints of Cornflower Blue #668DFA

RGB

 RED value IS 102 (40.23% from 255) = 20.69%

 GREEN value IS 141 (55.47% from 255) = 28.6%

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

R = 20.69%
G = 28.6%
B = 50.71%

CMYK

 C value IS 0.59

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#668DFA (or 0x668DFA) is known color: Cornflower Blue. HEX triplet: 66, 8D and FA. RGB value is (102,141,250). Sum of RGB (Red+Green+Blue) = 102+141+250=493 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.69% from 493); Green value is 141 (55.47% from 255 or 28.60% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #668DFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668DFA is #997205. Grayscale: #8D8D8D. Windows color (decimal): -10056198 or 16420198. OLE color: 16420198.

HSL color Cylindrical-coordinate representation of color #668DFA: hue angle of 224.19º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #668DFA is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 102 141 250 -
CMYK 0.59 0.44 0 0.02
HSL 224.19º 0.94% 0.69% -
HSV(B) 224.19º 0.59% 0.98% -
XYZ 32.26 28.78 94.3 -
YUV 141.77 189.08 99.64 -
System Red Green Blue C M Y K H S L
Decimal 102 141 250 0.59 0.44 0 0.02 224.19 0.94 0.69
Hex 66 8D FA 3B 2C 0 2 E0 5E 45
Octal 146 215 372 73 54 0 2 340 136 105
Binary 1100110 10001101 11111010 111011 101100 0 10 11100000 1011110 1000101

Color Harmonies of #668DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668DFA

Black with #668DFA

Text Example


Text Example

White with #668DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668DFA; }

 p { color: rgb(102,141,250); }

 H1.HeaderClassName
 {
   color: #668DFA;
 }
 .AnyTagClassName
 {
   color: #668DFA;
 }
</style>

background-color css

<style>
 a { background-color: #668DFA; }

 a { background-color: rgb(102,141,250); }

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

border-color css

<style>
 span { border-color: #668DFA; }

 span { border-color: rgb(102,141,250); }

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