Html Css Color HEX #5B81FB Cornflower Blue

📋 copy color: '#5B81FB'

red 91 ◦ green 129 ◦ blue 251

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

Shades of Cornflower Blue #5B81FB

Tints of Cornflower Blue #5B81FB

RGB

 RED value IS 91 (35.94% from 255) = 19.32%

 GREEN value IS 129 (50.78% from 255) = 27.39%

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

R = 19.32%
G = 27.39%
B = 53.29%

CMYK

 C value IS 0.64

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5B81FB (or 0x5B81FB) is known color: Cornflower Blue. HEX triplet: 5B, 81 and FB. RGB value is (91,129,251). Sum of RGB (Red+Green+Blue) = 91+129+251=471 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.32% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #5B81FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B81FB is #A47E04. Grayscale: #838383. Windows color (decimal): -10780165 or 16482651. OLE color: 16482651.

HSL color Cylindrical-coordinate representation of color #5B81FB: hue angle of 225.75º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B81FB is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 91 129 251 -
CMYK 0.64 0.49 0 0.02
HSL 225.75º 0.95% 0.67% -
HSV(B) 225.75º 0.64% 0.98% -
XYZ 29.58 24.89 94.51 -
YUV 131.55 195.41 99.08 -
System Red Green Blue C M Y K H S L
Decimal 91 129 251 0.64 0.49 0 0.02 225.75 0.95 0.67
Hex 5B 81 FB 40 31 0 2 E2 5F 43
Octal 133 201 373 100 61 0 2 342 137 103
Binary 1011011 10000001 11111011 1000000 110001 0 10 11100010 1011111 1000011

Color Harmonies of #5B81FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B81FB

Black with #5B81FB

Text Example


Text Example

White with #5B81FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B81FB; }

 p { color: rgb(91,129,251); }

 H1.HeaderClassName
 {
   color: #5B81FB;
 }
 .AnyTagClassName
 {
   color: #5B81FB;
 }
</style>

background-color css

<style>
 a { background-color: #5B81FB; }

 a { background-color: rgb(91,129,251); }

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

border-color css

<style>
 span { border-color: #5B81FB; }

 span { border-color: rgb(91,129,251); }

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