Html Css Color HEX #5294EF Cornflower Blue

📋 copy color: '#5294EF'

red 82 ◦ green 148 ◦ blue 239

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

Shades of Cornflower Blue #5294EF

Tints of Cornflower Blue #5294EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.96%

R = 17.48%
G = 31.56%
B = 50.96%

CMYK

 C value IS 0.66

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5294EF (or 0x5294EF) is known color: Cornflower Blue. HEX triplet: 52, 94 and EF. RGB value is (82,148,239). Sum of RGB (Red+Green+Blue) = 82+148+239=469 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.48% from 469); Green value is 148 (58.20% from 255 or 31.56% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #5294EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5294EF is #AD6B10. Grayscale: #8A8A8A. Windows color (decimal): -11365137 or 15701074. OLE color: 15701074.

HSL color Cylindrical-coordinate representation of color #5294EF: hue angle of 214.78º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5294EF is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 148 239 -
CMYK 0.66 0.38 0 0.06
HSL 214.78º 0.83% 0.63% -
HSV(B) 214.78º 0.66% 0.94% -
XYZ 29.65 29.21 85.74 -
YUV 138.64 184.63 87.6 -
System Red Green Blue C M Y K H S L
Decimal 82 148 239 0.66 0.38 0 0.06 214.78 0.83 0.63
Hex 52 94 EF 42 26 0 6 D7 53 3F
Octal 122 224 357 102 46 0 6 327 123 77
Binary 1010010 10010100 11101111 1000010 100110 0 110 11010111 1010011 111111

Color Harmonies of #5294EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5294EF

Black with #5294EF

Text Example


Text Example

White with #5294EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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