Html Css Color HEX #648AFB Cornflower Blue

📋 copy color: '#648AFB'

red 100 ◦ green 138 ◦ blue 251

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

Shades of Cornflower Blue #648AFB

Tints of Cornflower Blue #648AFB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.22%

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

R = 20.45%
G = 28.22%
B = 51.33%

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

#648AFB (or 0x648AFB) is known color: Cornflower Blue. HEX triplet: 64, 8A and FB. RGB value is (100,138,251). Sum of RGB (Red+Green+Blue) = 100+138+251=489 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.45% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #648AFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648AFB is #9B7504. Grayscale: #8B8B8B. Windows color (decimal): -10188037 or 16484964. OLE color: 16484964.

HSL color Cylindrical-coordinate representation of color #648AFB: hue angle of 224.9º 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 #648AFB is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 138 251 -
CMYK 0.60 0.45 0 0.02
HSL 224.9º 0.95% 0.69% -
HSV(B) 224.9º 0.6% 0.98% -
XYZ 31.76 27.85 94.97 -
YUV 139.52 190.91 99.81 -
System Red Green Blue C M Y K H S L
Decimal 100 138 251 0.60 0.45 0 0.02 224.9 0.95 0.69
Hex 64 8A FB 3C 2D 0 2 E1 5F 45
Octal 144 212 373 74 55 0 2 341 137 105
Binary 1100100 10001010 11111011 111100 101101 0 10 11100001 1011111 1000101

Color Harmonies of #648AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648AFB

Black with #648AFB

Text Example


Text Example

White with #648AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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