Html Css Color HEX #668BF8 Cornflower Blue

📋 copy color: '#668BF8'

red 102 ◦ green 139 ◦ blue 248

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

Shades of Cornflower Blue #668BF8

Tints of Cornflower Blue #668BF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 50.72%

R = 20.86%
G = 28.43%
B = 50.72%

CMYK

 C value IS 0.59

 M value IS 0.44

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#668BF8 (or 0x668BF8) is known color: Cornflower Blue. HEX triplet: 66, 8B and F8. RGB value is (102,139,248). Sum of RGB (Red+Green+Blue) = 102+139+248=489 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.86% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 248 (97.27% from 255 or 50.72% from 489); Max value from RGB is 248 - color contains mainly: blue. Hex color #668BF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668BF8 is #997407. Grayscale: #8B8B8B. Windows color (decimal): -10056712 or 16288614. OLE color: 16288614.

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

Color convert

RGB 102 139 248 -
CMYK 0.59 0.44 0 0.03
HSL 224.79º 0.91% 0.69% -
HSV(B) 224.79º 0.59% 0.97% -
XYZ 31.66 28.07 92.56 -
YUV 140.36 188.74 100.64 -
System Red Green Blue C M Y K H S L
Decimal 102 139 248 0.59 0.44 0 0.03 224.79 0.91 0.69
Hex 66 8B F8 3B 2C 0 3 E1 5B 45
Octal 146 213 370 73 54 0 3 341 133 105
Binary 1100110 10001011 11111000 111011 101100 0 11 11100001 1011011 1000101

Color Harmonies of #668BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668BF8

Black with #668BF8

Text Example


Text Example

White with #668BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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