Html Css Color HEX #5BA2EA Cornflower Blue

📋 copy color: '#5BA2EA'

red 91 ◦ green 162 ◦ blue 234

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

Shades of Cornflower Blue #5BA2EA

Tints of Cornflower Blue #5BA2EA

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.26%

 BLUE value IS 234 (91.8% from 255) = 48.05%

R = 18.69%
G = 33.26%
B = 48.05%

CMYK

 C value IS 0.61

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5BA2EA (or 0x5BA2EA) is known color: Cornflower Blue. HEX triplet: 5B, A2 and EA. RGB value is (91,162,234). Sum of RGB (Red+Green+Blue) = 91+162+234=487 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.69% from 487); Green value is 162 (63.67% from 255 or 33.26% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #5BA2EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BA2EA is #A45D15. Grayscale: #949494. Windows color (decimal): -10771734 or 15376987. OLE color: 15376987.

HSL color Cylindrical-coordinate representation of color #5BA2EA: hue angle of 210.21º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BA2EA is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 91 162 234 -
CMYK 0.61 0.31 0 0.08
HSL 210.21º 0.77% 0.64% -
HSV(B) 210.21º 0.61% 0.92% -
XYZ 32.09 34.01 82.71 -
YUV 148.98 175.98 86.65 -
System Red Green Blue C M Y K H S L
Decimal 91 162 234 0.61 0.31 0 0.08 210.21 0.77 0.64
Hex 5B A2 EA 3D 1F 0 8 D2 4D 40
Octal 133 242 352 75 37 0 10 322 115 100
Binary 1011011 10100010 11101010 111101 11111 0 1000 11010010 1001101 1000000

Color Harmonies of #5BA2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA2EA

Black with #5BA2EA

Text Example


Text Example

White with #5BA2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,162,234); }

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

background-color css

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

 a { background-color: rgb(91,162,234); }

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

border-color css

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

 span { border-color: rgb(91,162,234); }

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