Html Css Color HEX #527FFB Cornflower Blue

📋 copy color: '#527FFB'

red 82 ◦ green 127 ◦ blue 251

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

Shades of Cornflower Blue #527FFB

Tints of Cornflower Blue #527FFB

RGB

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

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

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

R = 17.83%
G = 27.61%
B = 54.57%

CMYK

 C value IS 0.67

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#527FFB (or 0x527FFB) is known color: Cornflower Blue. HEX triplet: 52, 7F and FB. RGB value is (82,127,251). Sum of RGB (Red+Green+Blue) = 82+127+251=460 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.83% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 251 (98.44% from 255 or 54.57% from 460); Max value from RGB is 251 - color contains mainly: blue. Hex color #527FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527FFB is #AD8004. Grayscale: #7F7F7F. Windows color (decimal): -11370501 or 16482130. OLE color: 16482130.

HSL color Cylindrical-coordinate representation of color #527FFB: hue angle of 224.02º 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 #527FFB is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 127 251 -
CMYK 0.67 0.49 0 0.02
HSL 224.02º 0.95% 0.65% -
HSV(B) 224.02º 0.67% 0.98% -
XYZ 28.48 23.94 94.39 -
YUV 127.68 197.59 95.42 -
System Red Green Blue C M Y K H S L
Decimal 82 127 251 0.67 0.49 0 0.02 224.02 0.95 0.65
Hex 52 7F FB 43 31 0 2 E0 5F 41
Octal 122 177 373 103 61 0 2 340 137 101
Binary 1010010 1111111 11111011 1000011 110001 0 10 11100000 1011111 1000001

Color Harmonies of #527FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527FFB

Black with #527FFB

Text Example


Text Example

White with #527FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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