Html Css Color HEX #648BFB Cornflower Blue

📋 copy color: '#648BFB'

red 100 ◦ green 139 ◦ blue 251

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

Shades of Cornflower Blue #648BFB

Tints of Cornflower Blue #648BFB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.37%

 BLUE value IS 251 (98.44% from 255) = 51.22%

R = 20.41%
G = 28.37%
B = 51.22%

CMYK

 C value IS 0.60

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#648BFB (or 0x648BFB) is known color: Cornflower Blue. HEX triplet: 64, 8B and FB. RGB value is (100,139,251). Sum of RGB (Red+Green+Blue) = 100+139+251=490 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.41% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #648BFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648BFB is #9B7404. Grayscale: #8B8B8B. Windows color (decimal): -10187781 or 16485220. OLE color: 16485220.

HSL color Cylindrical-coordinate representation of color #648BFB: hue angle of 224.5º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #648BFB is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 139 251 -
CMYK 0.60 0.45 0 0.02
HSL 224.5º 0.95% 0.69% -
HSV(B) 224.5º 0.6% 0.98% -
XYZ 31.9 28.14 95.02 -
YUV 140.11 190.58 99.39 -
System Red Green Blue C M Y K H S L
Decimal 100 139 251 0.60 0.45 0 0.02 224.5 0.95 0.69
Hex 64 8B FB 3C 2D 0 2 E1 5F 45
Octal 144 213 373 74 55 0 2 341 137 105
Binary 1100100 10001011 11111011 111100 101101 0 10 11100001 1011111 1000101

Color Harmonies of #648BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648BFB

Black with #648BFB

Text Example


Text Example

White with #648BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648BFB; }

 p { color: rgb(100,139,251); }

 H1.HeaderClassName
 {
   color: #648BFB;
 }
 .AnyTagClassName
 {
   color: #648BFB;
 }
</style>

background-color css

<style>
 a { background-color: #648BFB; }

 a { background-color: rgb(100,139,251); }

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

border-color css

<style>
 span { border-color: #648BFB; }

 span { border-color: rgb(100,139,251); }

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