Html Css Color HEX #808FFB Cornflower Blue

📋 copy color: '#808FFB'

red 128 ◦ green 143 ◦ blue 251

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

Shades of Cornflower Blue #808FFB

Tints of Cornflower Blue #808FFB

RGB

 RED value IS 128 (50.39% from 255) = 24.52%

 GREEN value IS 143 (56.25% from 255) = 27.39%

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

R = 24.52%
G = 27.39%
B = 48.08%

CMYK

 C value IS 0.49

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#808FFB (or 0x808FFB) is known color: Cornflower Blue. HEX triplet: 80, 8F and FB. RGB value is (128,143,251). Sum of RGB (Red+Green+Blue) = 128+143+251=522 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.52% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 251 - color contains mainly: blue. Hex color #808FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808FFB is #7F7004. Grayscale: #969696. Windows color (decimal): -8351749 or 16486272. OLE color: 16486272.

HSL color Cylindrical-coordinate representation of color #808FFB: hue angle of 232.68º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #808FFB is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 143 251 -
CMYK 0.49 0.43 0 0.02
HSL 232.68º 0.94% 0.74% -
HSV(B) 232.68º 0.49% 0.98% -
XYZ 36.14 31.2 95.38 -
YUV 150.83 184.53 111.72 -
System Red Green Blue C M Y K H S L
Decimal 128 143 251 0.49 0.43 0 0.02 232.68 0.94 0.74
Hex 80 8F FB 31 2B 0 2 E9 5E 4A
Octal 200 217 373 61 53 0 2 351 136 112
Binary 10000000 10001111 11111011 110001 101011 0 10 11101001 1011110 1001010

Color Harmonies of #808FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808FFB

Black with #808FFB

Text Example


Text Example

White with #808FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808FFB; }

 p { color: rgb(128,143,251); }

 H1.HeaderClassName
 {
   color: #808FFB;
 }
 .AnyTagClassName
 {
   color: #808FFB;
 }
</style>

background-color css

<style>
 a { background-color: #808FFB; }

 a { background-color: rgb(128,143,251); }

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

border-color css

<style>
 span { border-color: #808FFB; }

 span { border-color: rgb(128,143,251); }

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