Html Css Color HEX #668AF2 Cornflower Blue

📋 copy color: '#668AF2'

red 102 ◦ green 138 ◦ blue 242

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

Shades of Cornflower Blue #668AF2

Tints of Cornflower Blue #668AF2

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.63%

 BLUE value IS 242 (94.92% from 255) = 50.21%

R = 21.16%
G = 28.63%
B = 50.21%

CMYK

 C value IS 0.58

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#668AF2 (or 0x668AF2) is known color: Cornflower Blue. HEX triplet: 66, 8A and F2. RGB value is (102,138,242). Sum of RGB (Red+Green+Blue) = 102+138+242=482 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.16% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 242 (94.92% from 255 or 50.21% from 482); Max value from RGB is 242 - color contains mainly: blue. Hex color #668AF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668AF2 is #99750D. Grayscale: #8A8A8A. Windows color (decimal): -10056974 or 15895142. OLE color: 15895142.

HSL color Cylindrical-coordinate representation of color #668AF2: hue angle of 224.57º degrees, saturation: 0.84, 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 #668AF2 is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 102 138 242 -
CMYK 0.58 0.43 0 0.05
HSL 224.57º 0.84% 0.67% -
HSV(B) 224.57º 0.58% 0.95% -
XYZ 30.59 27.41 87.68 -
YUV 139.09 186.07 101.54 -
System Red Green Blue C M Y K H S L
Decimal 102 138 242 0.58 0.43 0 0.05 224.57 0.84 0.67
Hex 66 8A F2 3A 2B 0 5 E1 54 43
Octal 146 212 362 72 53 0 5 341 124 103
Binary 1100110 10001010 11110010 111010 101011 0 101 11100001 1010100 1000011

Color Harmonies of #668AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668AF2

Black with #668AF2

Text Example


Text Example

White with #668AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,138,242); }

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

background-color css

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

 a { background-color: rgb(102,138,242); }

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

border-color css

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

 span { border-color: rgb(102,138,242); }

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