Html Css Color HEX #538CDB Cornflower Blue

📋 copy color: '#538CDB'

red 83 ◦ green 140 ◦ blue 219

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

Shades of Cornflower Blue #538CDB

Tints of Cornflower Blue #538CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.67%

 BLUE value IS 219 (85.94% from 255) = 49.55%

R = 18.78%
G = 31.67%
B = 49.55%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#538CDB (or 0x538CDB) is known color: Cornflower Blue. HEX triplet: 53, 8C and DB. RGB value is (83,140,219). Sum of RGB (Red+Green+Blue) = 83+140+219=442 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.78% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #538CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538CDB is #AC7324. Grayscale: #838383. Windows color (decimal): -11301669 or 14388307. OLE color: 14388307.

HSL color Cylindrical-coordinate representation of color #538CDB: hue angle of 214.85º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #538CDB is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 140 219 -
CMYK 0.62 0.36 0 0.14
HSL 214.85º 0.65% 0.59% -
HSV(B) 214.85º 0.62% 0.86% -
XYZ 25.73 25.71 70.62 -
YUV 131.96 177.12 93.08 -
System Red Green Blue C M Y K H S L
Decimal 83 140 219 0.62 0.36 0 0.14 214.85 0.65 0.59
Hex 53 8C DB 3E 24 0 E D7 41 3B
Octal 123 214 333 76 44 0 16 327 101 73
Binary 1010011 10001100 11011011 111110 100100 0 1110 11010111 1000001 111011

Color Harmonies of #538CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538CDB

Black with #538CDB

Text Example


Text Example

White with #538CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,140,219); }

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

background-color css

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

 a { background-color: rgb(83,140,219); }

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

border-color css

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

 span { border-color: rgb(83,140,219); }

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