Html Css Color HEX #668BFD Cornflower Blue

📋 copy color: '#668BFD'

red 102 ◦ green 139 ◦ blue 253

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

Shades of Cornflower Blue #668BFD

Tints of Cornflower Blue #668BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.21%

R = 20.65%
G = 28.14%
B = 51.21%

CMYK

 C value IS 0.60

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#668BFD (or 0x668BFD) is known color: Cornflower Blue. HEX triplet: 66, 8B and FD. RGB value is (102,139,253). Sum of RGB (Red+Green+Blue) = 102+139+253=494 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.65% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 253 (99.22% from 255 or 51.21% from 494); Max value from RGB is 253 - color contains mainly: blue. Hex color #668BFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668BFD is #997402. Grayscale: #8C8C8C. Windows color (decimal): -10056707 or 16616294. OLE color: 16616294.

HSL color Cylindrical-coordinate representation of color #668BFD: hue angle of 225.3º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #668BFD is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 102 139 253 -
CMYK 0.60 0.45 0 0.01
HSL 225.3º 0.97% 0.7% -
HSV(B) 225.3º 0.6% 0.99% -
XYZ 32.44 28.38 96.7 -
YUV 140.93 191.24 100.23 -
System Red Green Blue C M Y K H S L
Decimal 102 139 253 0.60 0.45 0 0.01 225.3 0.97 0.7
Hex 66 8B FD 3C 2D 0 1 E1 61 46
Octal 146 213 375 74 55 0 1 341 141 106
Binary 1100110 10001011 11111101 111100 101101 0 1 11100001 1100001 1000110

Color Harmonies of #668BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668BFD

Black with #668BFD

Text Example


Text Example

White with #668BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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