Html Css Color HEX #527DF3 Cornflower Blue

📋 copy color: '#527DF3'

red 82 ◦ green 125 ◦ blue 243

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

Shades of Cornflower Blue #527DF3

Tints of Cornflower Blue #527DF3

RGB

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

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

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

R = 18.22%
G = 27.78%
B = 54%

CMYK

 C value IS 0.66

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#527DF3 (or 0x527DF3) is known color: Cornflower Blue. HEX triplet: 52, 7D and F3. RGB value is (82,125,243). Sum of RGB (Red+Green+Blue) = 82+125+243=450 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.22% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 243 (95.31% from 255 or 54% from 450); Max value from RGB is 243 - color contains mainly: blue. Hex color #527DF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527DF3 is #AD820C. Grayscale: #7D7D7D. Windows color (decimal): -11371021 or 15957330. OLE color: 15957330.

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

Color convert

RGB 82 125 243 -
CMYK 0.66 0.49 0 0.05
HSL 223.98º 0.87% 0.64% -
HSV(B) 223.98º 0.66% 0.95% -
XYZ 26.99 22.93 87.8 -
YUV 125.6 194.25 96.91 -
System Red Green Blue C M Y K H S L
Decimal 82 125 243 0.66 0.49 0 0.05 223.98 0.87 0.64
Hex 52 7D F3 42 31 0 5 E0 57 40
Octal 122 175 363 102 61 0 5 340 127 100
Binary 1010010 1111101 11110011 1000010 110001 0 101 11100000 1010111 1000000

Color Harmonies of #527DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527DF3

Black with #527DF3

Text Example


Text Example

White with #527DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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