Html Css Color HEX #538FEA Cornflower Blue

📋 copy color: '#538FEA'

red 83 ◦ green 143 ◦ blue 234

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

Shades of Cornflower Blue #538FEA

Tints of Cornflower Blue #538FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.87%

R = 18.04%
G = 31.09%
B = 50.87%

CMYK

 C value IS 0.65

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#538FEA (or 0x538FEA) is known color: Cornflower Blue. HEX triplet: 53, 8F and EA. RGB value is (83,143,234). Sum of RGB (Red+Green+Blue) = 83+143+234=460 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.04% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #538FEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538FEA is #AC7015. Grayscale: #878787. Windows color (decimal): -11300886 or 15372115. OLE color: 15372115.

HSL color Cylindrical-coordinate representation of color #538FEA: hue angle of 216.16º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #538FEA is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 83 143 234 -
CMYK 0.65 0.39 0 0.08
HSL 216.16º 0.78% 0.62% -
HSV(B) 216.16º 0.65% 0.92% -
XYZ 28.24 27.42 81.65 -
YUV 135.43 183.62 90.6 -
System Red Green Blue C M Y K H S L
Decimal 83 143 234 0.65 0.39 0 0.08 216.16 0.78 0.62
Hex 53 8F EA 41 27 0 8 D8 4E 3E
Octal 123 217 352 101 47 0 10 330 116 76
Binary 1010011 10001111 11101010 1000001 100111 0 1000 11011000 1001110 111110

Color Harmonies of #538FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538FEA

Black with #538FEA

Text Example


Text Example

White with #538FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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