Html Css Color HEX #668DEF Cornflower Blue

📋 copy color: '#668DEF'

red 102 ◦ green 141 ◦ blue 239

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

Shades of Cornflower Blue #668DEF

Tints of Cornflower Blue #668DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.59%

R = 21.16%
G = 29.25%
B = 49.59%

CMYK

 C value IS 0.57

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#668DEF (or 0x668DEF) is known color: Cornflower Blue. HEX triplet: 66, 8D and EF. RGB value is (102,141,239). Sum of RGB (Red+Green+Blue) = 102+141+239=482 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.16% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #668DEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668DEF is #997210. Grayscale: #8C8C8C. Windows color (decimal): -10056209 or 15699302. OLE color: 15699302.

HSL color Cylindrical-coordinate representation of color #668DEF: hue angle of 222.92º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #668DEF is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 102 141 239 -
CMYK 0.57 0.41 0 0.06
HSL 222.92º 0.81% 0.67% -
HSV(B) 222.92º 0.57% 0.94% -
XYZ 30.58 28.11 85.47 -
YUV 140.51 183.58 100.53 -
System Red Green Blue C M Y K H S L
Decimal 102 141 239 0.57 0.41 0 0.06 222.92 0.81 0.67
Hex 66 8D EF 39 29 0 6 DF 51 43
Octal 146 215 357 71 51 0 6 337 121 103
Binary 1100110 10001101 11101111 111001 101001 0 110 11011111 1010001 1000011

Color Harmonies of #668DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668DEF

Black with #668DEF

Text Example


Text Example

White with #668DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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