Html Css Color HEX #649BF8 Cornflower Blue

📋 copy color: '#649BF8'

red 100 ◦ green 155 ◦ blue 248

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

Shades of Cornflower Blue #649BF8

Tints of Cornflower Blue #649BF8

RGB

 RED value IS 100 (39.45% from 255) = 19.88%

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

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

R = 19.88%
G = 30.82%
B = 49.3%

CMYK

 C value IS 0.60

 M value IS 0.38

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#649BF8 (or 0x649BF8) is known color: Cornflower Blue. HEX triplet: 64, 9B and F8. RGB value is (100,155,248). Sum of RGB (Red+Green+Blue) = 100+155+248=503 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.88% from 503); Green value is 155 (60.94% from 255 or 30.82% from 503); Blue value is 248 (97.27% from 255 or 49.30% from 503); Max value from RGB is 248 - color contains mainly: blue. Hex color #649BF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649BF8 is #9B6407. Grayscale: #949494. Windows color (decimal): -10183688 or 16292708. OLE color: 16292708.

HSL color Cylindrical-coordinate representation of color #649BF8: hue angle of 217.7º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #649BF8 is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 100 155 248 -
CMYK 0.60 0.38 0 0.03
HSL 217.7º 0.91% 0.68% -
HSV(B) 217.7º 0.6% 0.97% -
XYZ 33.92 32.93 93.38 -
YUV 149.16 183.78 92.94 -
System Red Green Blue C M Y K H S L
Decimal 100 155 248 0.60 0.38 0 0.03 217.7 0.91 0.68
Hex 64 9B F8 3C 26 0 3 DA 5B 44
Octal 144 233 370 74 46 0 3 332 133 104
Binary 1100100 10011011 11111000 111100 100110 0 11 11011010 1011011 1000100

Color Harmonies of #649BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649BF8

Black with #649BF8

Text Example


Text Example

White with #649BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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