Html Css Color HEX #528AFB Cornflower Blue

📋 copy color: '#528AFB'

red 82 ◦ green 138 ◦ blue 251

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

Shades of Cornflower Blue #528AFB

Tints of Cornflower Blue #528AFB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.3%

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

R = 17.41%
G = 29.3%
B = 53.29%

CMYK

 C value IS 0.67

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#528AFB (or 0x528AFB) is known color: Cornflower Blue. HEX triplet: 52, 8A and FB. RGB value is (82,138,251). Sum of RGB (Red+Green+Blue) = 82+138+251=471 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.41% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #528AFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528AFB is #AD7504. Grayscale: #858585. Windows color (decimal): -11367685 or 16484946. OLE color: 16484946.

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

Color convert

RGB 82 138 251 -
CMYK 0.67 0.45 0 0.02
HSL 220.12º 0.95% 0.65% -
HSV(B) 220.12º 0.67% 0.98% -
XYZ 29.98 26.94 94.89 -
YUV 134.14 193.95 90.81 -
System Red Green Blue C M Y K H S L
Decimal 82 138 251 0.67 0.45 0 0.02 220.12 0.95 0.65
Hex 52 8A FB 43 2D 0 2 DC 5F 41
Octal 122 212 373 103 55 0 2 334 137 101
Binary 1010010 10001010 11111011 1000011 101101 0 10 11011100 1011111 1000001

Color Harmonies of #528AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528AFB

Black with #528AFB

Text Example


Text Example

White with #528AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528AFB; }

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

 H1.HeaderClassName
 {
   color: #528AFB;
 }
 .AnyTagClassName
 {
   color: #528AFB;
 }
</style>

background-color css

<style>
 a { background-color: #528AFB; }

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

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

border-color css

<style>
 span { border-color: #528AFB; }

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

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