Html Css Color HEX #669BF8 Cornflower Blue

📋 copy color: '#669BF8'

red 102 ◦ green 155 ◦ blue 248

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

Shades of Cornflower Blue #669BF8

Tints of Cornflower Blue #669BF8

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.69%

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

R = 20.2%
G = 30.69%
B = 49.11%

CMYK

 C value IS 0.59

 M value IS 0.38

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#669BF8 (or 0x669BF8) is known color: Cornflower Blue. HEX triplet: 66, 9B and F8. RGB value is (102,155,248). Sum of RGB (Red+Green+Blue) = 102+155+248=505 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.20% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 248 (97.27% from 255 or 49.11% from 505); Max value from RGB is 248 - color contains mainly: blue. Hex color #669BF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669BF8 is #996407. Grayscale: #959595. Windows color (decimal): -10052616 or 16292710. OLE color: 16292710.

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

Color convert

RGB 102 155 248 -
CMYK 0.59 0.38 0 0.03
HSL 218.22º 0.91% 0.69% -
HSV(B) 218.22º 0.59% 0.97% -
XYZ 34.14 33.04 93.39 -
YUV 149.76 183.44 93.94 -
System Red Green Blue C M Y K H S L
Decimal 102 155 248 0.59 0.38 0 0.03 218.22 0.91 0.69
Hex 66 9B F8 3B 26 0 3 DA 5B 45
Octal 146 233 370 73 46 0 3 332 133 105
Binary 1100110 10011011 11111000 111011 100110 0 11 11011010 1011011 1000101

Color Harmonies of #669BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669BF8

Black with #669BF8

Text Example


Text Example

White with #669BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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