Html Css Color HEX #527DFB Cornflower Blue

📋 copy color: '#527DFB'

red 82 ◦ green 125 ◦ blue 251

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

Shades of Cornflower Blue #527DFB

Tints of Cornflower Blue #527DFB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.29%

 BLUE value IS 251 (98.44% from 255) = 54.8%

R = 17.9%
G = 27.29%
B = 54.8%

CMYK

 C value IS 0.67

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#527DFB (or 0x527DFB) is known color: Cornflower Blue. HEX triplet: 52, 7D and FB. RGB value is (82,125,251). Sum of RGB (Red+Green+Blue) = 82+125+251=458 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.90% from 458); Green value is 125 (49.22% from 255 or 27.29% from 458); Blue value is 251 (98.44% from 255 or 54.80% from 458); Max value from RGB is 251 - color contains mainly: blue. Hex color #527DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527DFB is #AD8204. Grayscale: #7D7D7D. Windows color (decimal): -11371013 or 16481618. OLE color: 16481618.

HSL color Cylindrical-coordinate representation of color #527DFB: hue angle of 224.73º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #527DFB is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 125 251 -
CMYK 0.67 0.50 0 0.02
HSL 224.73º 0.95% 0.65% -
HSV(B) 224.73º 0.67% 0.98% -
XYZ 28.23 23.43 94.3 -
YUV 126.51 198.25 96.25 -
System Red Green Blue C M Y K H S L
Decimal 82 125 251 0.67 0.50 0 0.02 224.73 0.95 0.65
Hex 52 7D FB 43 32 0 2 E1 5F 41
Octal 122 175 373 103 62 0 2 341 137 101
Binary 1010010 1111101 11111011 1000011 110010 0 10 11100001 1011111 1000001

Color Harmonies of #527DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527DFB

Black with #527DFB

Text Example


Text Example

White with #527DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,125,251); }

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

background-color css

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

 a { background-color: rgb(82,125,251); }

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

border-color css

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

 span { border-color: rgb(82,125,251); }

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