Html Css Color HEX #669EFA Cornflower Blue

📋 copy color: '#669EFA'

red 102 ◦ green 158 ◦ blue 250

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

Shades of Cornflower Blue #669EFA

Tints of Cornflower Blue #669EFA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.98%

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

R = 20%
G = 30.98%
B = 49.02%

CMYK

 C value IS 0.59

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#669EFA (or 0x669EFA) is known color: Cornflower Blue. HEX triplet: 66, 9E and FA. RGB value is (102,158,250). Sum of RGB (Red+Green+Blue) = 102+158+250=510 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20% from 510); Green value is 158 (62.11% from 255 or 30.98% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #669EFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669EFA is #996105. Grayscale: #979797. Windows color (decimal): -10051846 or 16424550. OLE color: 16424550.

HSL color Cylindrical-coordinate representation of color #669EFA: hue angle of 217.3º 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 #669EFA is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 102 158 250 -
CMYK 0.59 0.37 0 0.02
HSL 217.3º 0.94% 0.69% -
HSV(B) 217.3º 0.59% 0.98% -
XYZ 34.96 34.18 95.2 -
YUV 151.74 183.45 92.52 -
System Red Green Blue C M Y K H S L
Decimal 102 158 250 0.59 0.37 0 0.02 217.3 0.94 0.69
Hex 66 9E FA 3B 25 0 2 D9 5E 45
Octal 146 236 372 73 45 0 2 331 136 105
Binary 1100110 10011110 11111010 111011 100101 0 10 11011001 1011110 1000101

Color Harmonies of #669EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669EFA

Black with #669EFA

Text Example


Text Example

White with #669EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669EFA; }

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

 H1.HeaderClassName
 {
   color: #669EFA;
 }
 .AnyTagClassName
 {
   color: #669EFA;
 }
</style>

background-color css

<style>
 a { background-color: #669EFA; }

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

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

border-color css

<style>
 span { border-color: #669EFA; }

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

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