Html Css Color HEX #538FF1 Cornflower Blue

📋 copy color: '#538FF1'

red 83 ◦ green 143 ◦ blue 241

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

Shades of Cornflower Blue #538FF1

Tints of Cornflower Blue #538FF1

RGB

 RED value IS 83 (32.81% from 255) = 17.77%

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

 BLUE value IS 241 (94.53% from 255) = 51.61%

R = 17.77%
G = 30.62%
B = 51.61%

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

#538FF1 (or 0x538FF1) is known color: Cornflower Blue. HEX triplet: 53, 8F and F1. RGB value is (83,143,241). Sum of RGB (Red+Green+Blue) = 83+143+241=467 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.77% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 241 (94.53% from 255 or 51.61% from 467); Max value from RGB is 241 - color contains mainly: blue. Hex color #538FF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538FF1 is #AC700E. Grayscale: #878787. Windows color (decimal): -11300879 or 15830867. OLE color: 15830867.

HSL color Cylindrical-coordinate representation of color #538FF1: hue angle of 217.22º degrees, saturation: 0.85, 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 #538FF1 is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 83 143 241 -
CMYK 0.66 0.41 0 0.05
HSL 217.22º 0.85% 0.64% -
HSV(B) 217.22º 0.66% 0.95% -
XYZ 29.27 27.83 87.05 -
YUV 136.23 187.12 90.03 -
System Red Green Blue C M Y K H S L
Decimal 83 143 241 0.66 0.41 0 0.05 217.22 0.85 0.64
Hex 53 8F F1 42 29 0 5 D9 55 40
Octal 123 217 361 102 51 0 5 331 125 100
Binary 1010011 10001111 11110001 1000010 101001 0 101 11011001 1010101 1000000

Color Harmonies of #538FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538FF1

Black with #538FF1

Text Example


Text Example

White with #538FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538FF1; }

 p { color: rgb(83,143,241); }

 H1.HeaderClassName
 {
   color: #538FF1;
 }
 .AnyTagClassName
 {
   color: #538FF1;
 }
</style>

background-color css

<style>
 a { background-color: #538FF1; }

 a { background-color: rgb(83,143,241); }

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

border-color css

<style>
 span { border-color: #538FF1; }

 span { border-color: rgb(83,143,241); }

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