Html Css Color HEX #5B7DF4 Cornflower Blue

📋 copy color: '#5B7DF4'

red 91 ◦ green 125 ◦ blue 244

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

Shades of Cornflower Blue #5B7DF4

Tints of Cornflower Blue #5B7DF4

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.17%

 BLUE value IS 244 (95.7% from 255) = 53.04%

R = 19.78%
G = 27.17%
B = 53.04%

CMYK

 C value IS 0.63

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5B7DF4 (or 0x5B7DF4) is known color: Cornflower Blue. HEX triplet: 5B, 7D and F4. RGB value is (91,125,244). Sum of RGB (Red+Green+Blue) = 91+125+244=460 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.78% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 244 (95.70% from 255 or 53.04% from 460); Max value from RGB is 244 - color contains mainly: blue. Hex color #5B7DF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B7DF4 is #A4820B. Grayscale: #7F7F7F. Windows color (decimal): -10781196 or 16022875. OLE color: 16022875.

HSL color Cylindrical-coordinate representation of color #5B7DF4: hue angle of 226.67º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B7DF4 is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 91 125 244 -
CMYK 0.63 0.49 0 0.04
HSL 226.67º 0.87% 0.66% -
HSV(B) 226.67º 0.63% 0.96% -
XYZ 27.98 23.42 88.63 -
YUV 128.4 193.24 101.32 -
System Red Green Blue C M Y K H S L
Decimal 91 125 244 0.63 0.49 0 0.04 226.67 0.87 0.66
Hex 5B 7D F4 3F 31 0 4 E3 57 42
Octal 133 175 364 77 61 0 4 343 127 102
Binary 1011011 1111101 11110100 111111 110001 0 100 11100011 1010111 1000010

Color Harmonies of #5B7DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7DF4

Black with #5B7DF4

Text Example


Text Example

White with #5B7DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,125,244); }

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

background-color css

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

 a { background-color: rgb(91,125,244); }

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

border-color css

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

 span { border-color: rgb(91,125,244); }

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