Html Css Color HEX #668BF1 Cornflower Blue

📋 copy color: '#668BF1'

red 102 ◦ green 139 ◦ blue 241

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

Shades of Cornflower Blue #668BF1

Tints of Cornflower Blue #668BF1

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.84%

 BLUE value IS 241 (94.53% from 255) = 50%

R = 21.16%
G = 28.84%
B = 50%

CMYK

 C value IS 0.58

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#668BF1 (or 0x668BF1) is known color: Cornflower Blue. HEX triplet: 66, 8B and F1. RGB value is (102,139,241). Sum of RGB (Red+Green+Blue) = 102+139+241=482 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.16% from 482); Green value is 139 (54.69% from 255 or 28.84% from 482); Blue value is 241 (94.53% from 255 or 50% from 482); Max value from RGB is 241 - color contains mainly: blue. Hex color #668BF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668BF1 is #99740E. Grayscale: #8B8B8B. Windows color (decimal): -10056719 or 15829862. OLE color: 15829862.

HSL color Cylindrical-coordinate representation of color #668BF1: hue angle of 224.03º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #668BF1 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 102 139 241 -
CMYK 0.58 0.42 0 0.05
HSL 224.03º 0.83% 0.67% -
HSV(B) 224.03º 0.58% 0.95% -
XYZ 30.59 27.64 86.94 -
YUV 139.57 185.24 101.21 -
System Red Green Blue C M Y K H S L
Decimal 102 139 241 0.58 0.42 0 0.05 224.03 0.83 0.67
Hex 66 8B F1 3A 2A 0 5 E0 53 43
Octal 146 213 361 72 52 0 5 340 123 103
Binary 1100110 10001011 11110001 111010 101010 0 101 11100000 1010011 1000011

Color Harmonies of #668BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668BF1

Black with #668BF1

Text Example


Text Example

White with #668BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,139,241); }

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

background-color css

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

 a { background-color: rgb(102,139,241); }

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

border-color css

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

 span { border-color: rgb(102,139,241); }

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