Html Css Color HEX #5F7BEB Cornflower Blue

📋 copy color: '#5F7BEB'

red 95 ◦ green 123 ◦ blue 235

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

Shades of Cornflower Blue #5F7BEB

Tints of Cornflower Blue #5F7BEB

RGB

 RED value IS 95 (37.5% from 255) = 20.97%

 GREEN value IS 123 (48.44% from 255) = 27.15%

 BLUE value IS 235 (92.19% from 255) = 51.88%

R = 20.97%
G = 27.15%
B = 51.88%

CMYK

 C value IS 0.60

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5F7BEB (or 0x5F7BEB) is known color: Cornflower Blue. HEX triplet: 5F, 7B and EB. RGB value is (95,123,235). Sum of RGB (Red+Green+Blue) = 95+123+235=453 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.97% from 453); Green value is 123 (48.44% from 255 or 27.15% from 453); Blue value is 235 (92.19% from 255 or 51.88% from 453); Max value from RGB is 235 - color contains mainly: blue. Hex color #5F7BEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F7BEB is #A08414. Grayscale: #7E7E7E. Windows color (decimal): -10519573 or 15432543. OLE color: 15432543.

HSL color Cylindrical-coordinate representation of color #5F7BEB: hue angle of 228º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F7BEB is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 95 123 235 -
CMYK 0.60 0.48 0 0.08
HSL 228º 0.78% 0.65% -
HSV(B) 228º 0.6% 0.92% -
XYZ 26.8 22.6 81.55 -
YUV 127.4 188.72 104.89 -
System Red Green Blue C M Y K H S L
Decimal 95 123 235 0.60 0.48 0 0.08 228 0.78 0.65
Hex 5F 7B EB 3C 30 0 8 E4 4E 41
Octal 137 173 353 74 60 0 10 344 116 101
Binary 1011111 1111011 11101011 111100 110000 0 1000 11100100 1001110 1000001

Color Harmonies of #5F7BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7BEB

Black with #5F7BEB

Text Example


Text Example

White with #5F7BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,123,235); }

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

background-color css

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

 a { background-color: rgb(95,123,235); }

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

border-color css

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

 span { border-color: rgb(95,123,235); }

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