Html Css Color HEX #527BFF Cornflower Blue

📋 copy color: '#527BFF'

red 82 ◦ green 123 ◦ blue 255

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

Shades of Cornflower Blue #527BFF

Tints of Cornflower Blue #527BFF

RGB

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

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

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

R = 17.83%
G = 26.74%
B = 55.43%

CMYK

 C value IS 0.68

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#527BFF (or 0x527BFF) is known color: Cornflower Blue. HEX triplet: 52, 7B and FF. RGB value is (82,123,255). Sum of RGB (Red+Green+Blue) = 82+123+255=460 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.83% from 460); Green value is 123 (48.44% from 255 or 26.74% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #527BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527BFF is #AD8400. Grayscale: #7D7D7D. Windows color (decimal): -11371521 or 16743250. OLE color: 16743250.

HSL color Cylindrical-coordinate representation of color #527BFF: hue angle of 225.78º 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 #527BFF is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 82 123 255 -
CMYK 0.68 0.52 0 0
HSL 225.78º 1% 0.66% -
HSV(B) 225.78º 0.68% 1% -
XYZ 28.61 23.18 97.57 -
YUV 125.79 200.92 96.77 -
System Red Green Blue C M Y K H S L
Decimal 82 123 255 0.68 0.52 0 0 225.78 1 0.66
Hex 52 7B FF 44 34 0 0 E2 64 42
Octal 122 173 377 104 64 0 0 342 144 102
Binary 1010010 1111011 11111111 1000100 110100 0 0 11100010 1100100 1000010

Color Harmonies of #527BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527BFF

Black with #527BFF

Text Example


Text Example

White with #527BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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