Html Css Color HEX #528FF3 Cornflower Blue

📋 copy color: '#528FF3'

red 82 ◦ green 143 ◦ blue 243

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

Shades of Cornflower Blue #528FF3

Tints of Cornflower Blue #528FF3

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.56%

 BLUE value IS 243 (95.31% from 255) = 51.92%

R = 17.52%
G = 30.56%
B = 51.92%

CMYK

 C value IS 0.66

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#528FF3 (or 0x528FF3) is known color: Cornflower Blue. HEX triplet: 52, 8F and F3. RGB value is (82,143,243). Sum of RGB (Red+Green+Blue) = 82+143+243=468 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.52% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 243 (95.31% from 255 or 51.92% from 468); Max value from RGB is 243 - color contains mainly: blue. Hex color #528FF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528FF3 is #AD700C. Grayscale: #878787. Windows color (decimal): -11366413 or 15961938. OLE color: 15961938.

HSL color Cylindrical-coordinate representation of color #528FF3: hue angle of 217.27º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #528FF3 is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 82 143 243 -
CMYK 0.66 0.41 0 0.05
HSL 217.27º 0.87% 0.64% -
HSV(B) 217.27º 0.66% 0.95% -
XYZ 29.48 27.91 88.63 -
YUV 136.16 188.29 89.37 -
System Red Green Blue C M Y K H S L
Decimal 82 143 243 0.66 0.41 0 0.05 217.27 0.87 0.64
Hex 52 8F F3 42 29 0 5 D9 57 40
Octal 122 217 363 102 51 0 5 331 127 100
Binary 1010010 10001111 11110011 1000010 101001 0 101 11011001 1010111 1000000

Color Harmonies of #528FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528FF3

Black with #528FF3

Text Example


Text Example

White with #528FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,143,243); }

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

background-color css

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

 a { background-color: rgb(82,143,243); }

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

border-color css

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

 span { border-color: rgb(82,143,243); }

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