Html Css Color HEX #527BFD Cornflower Blue

📋 copy color: '#527BFD'

red 82 ◦ green 123 ◦ blue 253

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

Shades of Cornflower Blue #527BFD

Tints of Cornflower Blue #527BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.24%

R = 17.9%
G = 26.86%
B = 55.24%

CMYK

 C value IS 0.68

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#527BFD (or 0x527BFD) is known color: Cornflower Blue. HEX triplet: 52, 7B and FD. RGB value is (82,123,253). Sum of RGB (Red+Green+Blue) = 82+123+253=458 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.90% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #527BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527BFD is #AD8402. Grayscale: #7C7C7C. Windows color (decimal): -11371523 or 16612178. OLE color: 16612178.

HSL color Cylindrical-coordinate representation of color #527BFD: hue angle of 225.61º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #527BFD is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 82 123 253 -
CMYK 0.68 0.51 0 0.01
HSL 225.61º 0.98% 0.66% -
HSV(B) 225.61º 0.68% 0.99% -
XYZ 28.29 23.05 95.89 -
YUV 125.56 199.92 96.93 -
System Red Green Blue C M Y K H S L
Decimal 82 123 253 0.68 0.51 0 0.01 225.61 0.98 0.66
Hex 52 7B FD 44 33 0 1 E2 62 42
Octal 122 173 375 104 63 0 1 342 142 102
Binary 1010010 1111011 11111101 1000100 110011 0 1 11100010 1100010 1000010

Color Harmonies of #527BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527BFD

Black with #527BFD

Text Example


Text Example

White with #527BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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