Html Css Color HEX #538BF6 Cornflower Blue

📋 copy color: '#538BF6'

red 83 ◦ green 139 ◦ blue 246

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

Shades of Cornflower Blue #538BF6

Tints of Cornflower Blue #538BF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 52.56%

R = 17.74%
G = 29.7%
B = 52.56%

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

#538BF6 (or 0x538BF6) is known color: Cornflower Blue. HEX triplet: 53, 8B and F6. RGB value is (83,139,246). Sum of RGB (Red+Green+Blue) = 83+139+246=468 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.74% from 468); Green value is 139 (54.69% from 255 or 29.70% from 468); Blue value is 246 (96.48% from 255 or 52.56% from 468); Max value from RGB is 246 - color contains mainly: blue. Hex color #538BF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538BF6 is #AC7409. Grayscale: #858585. Windows color (decimal): -11301898 or 16157523. OLE color: 16157523.

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

Color convert

RGB 83 139 246 -
CMYK 0.66 0.43 0 0.04
HSL 219.39º 0.9% 0.65% -
HSV(B) 219.39º 0.66% 0.96% -
XYZ 29.43 26.96 90.84 -
YUV 134.45 190.95 91.3 -
System Red Green Blue C M Y K H S L
Decimal 83 139 246 0.66 0.43 0 0.04 219.39 0.9 0.65
Hex 53 8B F6 42 2B 0 4 DB 5A 41
Octal 123 213 366 102 53 0 4 333 132 101
Binary 1010011 10001011 11110110 1000010 101011 0 100 11011011 1011010 1000001

Color Harmonies of #538BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538BF6

Black with #538BF6

Text Example


Text Example

White with #538BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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