Html Css Color HEX #538BF4 Cornflower Blue

📋 copy color: '#538BF4'

red 83 ◦ green 139 ◦ blue 244

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

Shades of Cornflower Blue #538BF4

Tints of Cornflower Blue #538BF4

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.83%

 BLUE value IS 244 (95.7% from 255) = 52.36%

R = 17.81%
G = 29.83%
B = 52.36%

CMYK

 C value IS 0.66

 M value IS 0.43

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#538BF4 (or 0x538BF4) is known color: Cornflower Blue. HEX triplet: 53, 8B and F4. RGB value is (83,139,244). Sum of RGB (Red+Green+Blue) = 83+139+244=466 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.81% from 466); Green value is 139 (54.69% from 255 or 29.83% from 466); Blue value is 244 (95.70% from 255 or 52.36% from 466); Max value from RGB is 244 - color contains mainly: blue. Hex color #538BF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538BF4 is #AC740B. Grayscale: #858585. Windows color (decimal): -11301900 or 16026451. OLE color: 16026451.

HSL color Cylindrical-coordinate representation of color #538BF4: hue angle of 219.13º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #538BF4 is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 83 139 244 -
CMYK 0.66 0.43 0 0.04
HSL 219.13º 0.88% 0.64% -
HSV(B) 219.13º 0.66% 0.96% -
XYZ 29.13 26.84 89.23 -
YUV 134.23 189.95 91.46 -
System Red Green Blue C M Y K H S L
Decimal 83 139 244 0.66 0.43 0 0.04 219.13 0.88 0.64
Hex 53 8B F4 42 2B 0 4 DB 58 40
Octal 123 213 364 102 53 0 4 333 130 100
Binary 1010011 10001011 11110100 1000010 101011 0 100 11011011 1011000 1000000

Color Harmonies of #538BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538BF4

Black with #538BF4

Text Example


Text Example

White with #538BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,139,244); }

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

background-color css

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

 a { background-color: rgb(83,139,244); }

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

border-color css

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

 span { border-color: rgb(83,139,244); }

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