Html Css Color HEX #668FFA Cornflower Blue

📋 copy color: '#668FFA'

red 102 ◦ green 143 ◦ blue 250

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

Shades of Cornflower Blue #668FFA

Tints of Cornflower Blue #668FFA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.89%

 BLUE value IS 250 (98.05% from 255) = 50.51%

R = 20.61%
G = 28.89%
B = 50.51%

CMYK

 C value IS 0.59

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#668FFA (or 0x668FFA) is known color: Cornflower Blue. HEX triplet: 66, 8F and FA. RGB value is (102,143,250). Sum of RGB (Red+Green+Blue) = 102+143+250=495 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.61% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #668FFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668FFA is #997005. Grayscale: #8E8E8E. Windows color (decimal): -10055686 or 16420710. OLE color: 16420710.

HSL color Cylindrical-coordinate representation of color #668FFA: hue angle of 223.38º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #668FFA is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 102 143 250 -
CMYK 0.59 0.43 0 0.02
HSL 223.38º 0.94% 0.69% -
HSV(B) 223.38º 0.59% 0.98% -
XYZ 32.56 29.37 94.4 -
YUV 142.94 188.42 98.8 -
System Red Green Blue C M Y K H S L
Decimal 102 143 250 0.59 0.43 0 0.02 223.38 0.94 0.69
Hex 66 8F FA 3B 2B 0 2 DF 5E 45
Octal 146 217 372 73 53 0 2 337 136 105
Binary 1100110 10001111 11111010 111011 101011 0 10 11011111 1011110 1000101

Color Harmonies of #668FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668FFA

Black with #668FFA

Text Example


Text Example

White with #668FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,143,250); }

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

background-color css

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

 a { background-color: rgb(102,143,250); }

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

border-color css

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

 span { border-color: rgb(102,143,250); }

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