Html Css Color HEX #527FEA Cornflower Blue

📋 copy color: '#527FEA'

red 82 ◦ green 127 ◦ blue 234

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

Shades of Cornflower Blue #527FEA

Tints of Cornflower Blue #527FEA

RGB

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

 GREEN value IS 127 (50% from 255) = 28.67%

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

R = 18.51%
G = 28.67%
B = 52.82%

CMYK

 C value IS 0.65

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#527FEA (or 0x527FEA) is known color: Cornflower Blue. HEX triplet: 52, 7F and EA. RGB value is (82,127,234). Sum of RGB (Red+Green+Blue) = 82+127+234=443 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.51% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 234 (91.80% from 255 or 52.82% from 443); Max value from RGB is 234 - color contains mainly: blue. Hex color #527FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527FEA is #AD8015. Grayscale: #7D7D7D. Windows color (decimal): -11370518 or 15368018. OLE color: 15368018.

HSL color Cylindrical-coordinate representation of color #527FEA: hue angle of 222.24º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #527FEA is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 82 127 234 -
CMYK 0.65 0.46 0 0.08
HSL 222.24º 0.78% 0.62% -
HSV(B) 222.24º 0.65% 0.92% -
XYZ 25.92 22.91 80.9 -
YUV 125.74 189.09 96.8 -
System Red Green Blue C M Y K H S L
Decimal 82 127 234 0.65 0.46 0 0.08 222.24 0.78 0.62
Hex 52 7F EA 41 2E 0 8 DE 4E 3E
Octal 122 177 352 101 56 0 10 336 116 76
Binary 1010010 1111111 11101010 1000001 101110 0 1000 11011110 1001110 111110

Color Harmonies of #527FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527FEA

Black with #527FEA

Text Example


Text Example

White with #527FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527FEA; }

 p { color: rgb(82,127,234); }

 H1.HeaderClassName
 {
   color: #527FEA;
 }
 .AnyTagClassName
 {
   color: #527FEA;
 }
</style>

background-color css

<style>
 a { background-color: #527FEA; }

 a { background-color: rgb(82,127,234); }

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

border-color css

<style>
 span { border-color: #527FEA; }

 span { border-color: rgb(82,127,234); }

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