Html Css Color HEX #5294FF Cornflower Blue

📋 copy color: '#5294FF'

red 82 ◦ green 148 ◦ blue 255

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

Shades of Cornflower Blue #5294FF

Tints of Cornflower Blue #5294FF

RGB

 RED value IS 82 (32.42% from 255) = 16.91%

 GREEN value IS 148 (58.2% from 255) = 30.52%

 BLUE value IS 255 (100% from 255) = 52.58%

R = 16.91%
G = 30.52%
B = 52.58%

CMYK

 C value IS 0.68

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5294FF (or 0x5294FF) is known color: Cornflower Blue. HEX triplet: 52, 94 and FF. RGB value is (82,148,255). Sum of RGB (Red+Green+Blue) = 82+148+255=485 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.91% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #5294FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5294FF is #AD6B00. Grayscale: #8B8B8B. Windows color (decimal): -11365121 or 16749650. OLE color: 16749650.

HSL color Cylindrical-coordinate representation of color #5294FF: hue angle of 217.11º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5294FF is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 82 148 255 -
CMYK 0.68 0.42 0 0
HSL 217.11º 1% 0.66% -
HSV(B) 217.11º 0.68% 1% -
XYZ 32.12 30.19 98.74 -
YUV 140.46 192.63 86.3 -
System Red Green Blue C M Y K H S L
Decimal 82 148 255 0.68 0.42 0 0 217.11 1 0.66
Hex 52 94 FF 44 2A 0 0 D9 64 42
Octal 122 224 377 104 52 0 0 331 144 102
Binary 1010010 10010100 11111111 1000100 101010 0 0 11011001 1100100 1000010

Color Harmonies of #5294FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5294FF

Black with #5294FF

Text Example


Text Example

White with #5294FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5294FF; }

 p { color: rgb(82,148,255); }

 H1.HeaderClassName
 {
   color: #5294FF;
 }
 .AnyTagClassName
 {
   color: #5294FF;
 }
</style>

background-color css

<style>
 a { background-color: #5294FF; }

 a { background-color: rgb(82,148,255); }

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

border-color css

<style>
 span { border-color: #5294FF; }

 span { border-color: rgb(82,148,255); }

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